/* Computer Science style settings. */

body
{
   color:black; background-color:#ffffff;
}
body.home
{
   color:black; background-color:#ffffff;
   font-family: Arial, Helvetica, sans-serif
}
a:link { color:#005060; }
/*a:visited { color:#000060; }*/

/* For the menu on the front paqe */

a.mainlink {
   color: #8B8EA3; background-color: transparent;
   font-weight: bold; text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size:smaller
}
a.mainlink:hover {
   color: #404060; background-color: transparent;
   font-weight: bold; text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size:smaller
}
a.mainlink:focus {
   color: #404060; background-color: transparent;
   font-weight: bold; text-decoration: underline;
   font-family: Arial, Helvetica, sans-serif;
   font-size:smaller
}

/* Fit the H1 heading in with the header */

h1.inline { display:inline; }