/* style sheet for the documentation for the new RSO web site and Student websites*/

body 	{  font:12px Verdana, Arial, Helvetica, sans-serif; margin-top : 1%;  margin-left : 1%;  margin-right : 1%;  margin-bottom : 1%;    }
a:link 	{  color: #003366}

th		{ font: bold 12px Verdana, Arial, Helvetica, sans-serif;}
td 		{ font: 12px Verdana, Arial, Helvetica, sans-serif;}

.sub { font: normal 10px Arial, Helvetica, sans-serif;}

.mainhead 	{ font: bold 28px Arial, Helvetica, sans-serif;}
.subhead  	{ font: bold 22px Arial, Helvetica, sans-serif;}
td.contents 	{ font-size: 11px;}
.contentshead 	{ font: bold 14px Arial, Helvetica, sans-serif; }
.revised 		{ font: bold 10px Verdana, Arial, Helvetica, sans-serif;}

H3 { font: bold 18px Arial, Helvetica, sans-serif; }
H4 { font: bold 17px Arial, Helvetica, sans-serif; }
H5 { font: bold 16px  Arial, Helvetica, sans-serif; }
H6 { font: bold 15px Arial, Helvetica, sans-serif; }

a.email 		{ color : #003366; text-decoration : none; }
a.email:active  { color : #990099;  text-decoration : underline;}
a.email:visited { color : #660000;  text-decoration : none; }

a.link 			{ color : #424966;  text-decoration : none;}
a.link:active 	{ color : #680000;  text-decoration : underline;}
a.link:visited 	{ color : #424966;  text-decoration : none; }
a.link:hover    { color : #680000;  text-decoration : underline;}

b { font-weight: bold;}
strong { font-weight: bold;}

/* use these to highlight different types of text. "click" for things the user should click on, "enter" for text the user should enter into a box and "code" for code they need to type. "fixedwidth" is a special class for code in tables - only used when explaining the drop-down menus*/

.click 		{font-family : Verdana, Arial, Helvetica, sans-serif; color : #996633;  font-weight : bold; }
.enter 		{font-family : "Courier New", Courier, monospace; color : #336633;  font-weight : bold; }
.code 		{font-family : "Courier New", Courier, monospace; color : #CC0033;  font : bold; }
.fixedwidth	{font: 12px "Courier New", Courier, monospace;}
