
Body 
{
font-family: sans-serif;
background-color: black;
color: silver;
}


ul#menulist
{
float:right;
clear:both;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}


a
{
float:right;
clear:both;
width:6em;
text-decoration:none;
color:silver;
background-color:red;
padding-top: 2px;
border: solid thin;
}


a:hover {background-color:black;}



.topped 
{vertical-align:text-top}

.centered 
{
text-align: center;
}


.bottomed 
{
position: static;
bottom: 0px;
}


.homemenuoption 
{
background-color: black;
border-left-style: none;
border-bottom-style: none;
}


.middlemenuoptions 
{
background-color: black;
border-top-style: none;
border-left-style: none;
border-bottom-style: none;
}

.bottommenuoption
{
background-color: black;
border-left-style: none;
border-top-style: none;
}


.removebottomborder
{
border-bottom-style: none;
}


#listheadingtext
{
padding-top: 2%;
padding-right: 2%;
padding-bottom: 0%;
padding-left: 2%;
font-size: 150%;
text-alignment: bottom;
}


p#headingtext 
{
padding-top: 2%;
padding-right: 2%;
padding-bottom: 0%;
padding-left: 2%;
font-size: 150%;
text-alignment: bottom;
}


#largecompanyname 
{
font-family: optima;
font-size: 500%;
}

