body
{position: relative;
background-color: white;
font-family: arial;
font-size: 14px;
margin: 10px;
padding: 10px;
width: 90%;
height: 90%;}

header
{position:relative;
width: 80%;
float: left;
background-color: white;}

nav
{position: relative;
display: inline;
width: 60%;
background-color: LightGray;
font-weight: 600;
float: center;
text-transform: uppercase;}

main
{position:relative;
width: 100%;
margin: 0px auto 0px auto;
padding: 0px;
float: left;
background-color: white;}

main.homepage
{position:relative;
width: 60%;
margin: 0px auto 0px auto;
padding: 0px;
float: left;
background-color: white;}

aside
{position:relative;
width: 40%;
float: right;}

a:link 
{color: MidnightBlue;
text-decoration: underline;}

a:visited 
{color: MidnightBlue;
text_decoration: underline;}

a.menulinks
{color: MidnightBlue;
text-decoration: none;}

ul li 
{margin-bottom: 10px;}

li.menu 
{float: left;
display: inline;
text-align: left;
padding: 8px;
background-color: white;}

table, tr,
{border: 1px solid black;
border-collapse: collapse;
width: 90%;
table-layout: fixed;}

td
{border: 1px solid black;
padding: 5px;
text-align: left;
table-layout: fixed;} 

table.center 
{width:90%; 
margin-left:5%; 
margin-right:5%;}

t.heading
{color: #15317E}

t.menubar
{color: #15317E}

t.ital
{font-style: italic;
font-weight: ital}

t.bold
{font-style: normal;
font-weight: bold;}

t.boldred
{font-style: normal;
font-weight: bold;
color: Red}

t.small
{font-style: normal;
font-size: 12px;}

fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px groove (internal value);
}
