/* StyleSheet - mycmsstyle.css */

p { 
  margin-top: 0; 
  margin-bottom: 0; 
  font-family: verdana, tahoma, arial, "ms sans serif";
  color: #000000;
  font-size: 10px
}

body, td {
  font-family: verdana, tahoma, arial, "ms sans serif";
  color: #000000;
  font-size: 10px
}

A:link    {color : #EA860B; text-decoration : none;}
A:visited {color : #EA860B; text-decoration : none;}
A:active  {color : #EA860B; text-decoration : none;}
A:hover   {color : #FFA332; text-decoration : underline;}

.myplain {
  font-family: verdana, tahoma, arial, sans-serif;
  color: #000000;
  font-size: 10px
}

.myheader {
  font-family: verdana, tahoma, arial, sans-serif;
  color: #000000;
  font-size: 18px
}

.myerror {
  font-family: verdana, tahoma, arial, sans-serif;
  color: #C50000;
  font-size: 10px
}
