/***********
style.css
Style file for the OU Math Homepage

04/25/2002	MRH	Created file
***********/

body {
  margin: 10pt;
  /* font-family: "Galliard", "Georgia", serif;  */
  font-family: "Frutiger", "Verdana Bold", sans-serif;
}

a:link {
  color: #003100;
}

a:visited {
  color: #003100;
}

a:hover {
  color: #003100;
  text-decoration: none;
}

a.plain:link {
  text-decoration: none;
}

a.plain:visited {
  text-decoration: none;
}

a.plain:hover {
  text-decoration: none;
}

a.nav:link {
  color: #ffffff;
  text-decoration: none;
}

a.nav:visited {
  color: #ffffff;
  text-decoration: none;
}

a.nav:hover {
  color: #ffffff;
  text-decoration: none;
}

.navhead {
display : block;
padding-top : 2px;
padding-right : 2px;
padding-bottom : 2px;
padding-left : 2px;
border-top-width : 2px;
border-right-width : 2px;
border-bottom-width : 1px;
border-left-width : 2px;
border-style : solid;
border-color: #000000;
width : 145px;
text-align : left;
color: #ffffff;
background: #003100;
}

.navbody {
display : block;
padding-top: 2px;
padding-right : 2px;
padding-bottom: 2px;
padding-left : 2px;
border-top-width : 0px;
border-right-width : 2px;
border-bottom-width : 2px;
border-left-width : 2px;
border-style : solid;
width : 145px;
text-align : left;
font-size: x-small;
}

.titlebar {
border-bottom-width: 1px;
border-bottom-style: solid;
text-align: right;
font-style: italic;
font-weight: bold;
font-size: large;
}

.mainbody {
text-align: left;
}

.copyright {
font-size: x-small;
}

