body 
{background-color: #ffffff;
background-image:url(images/bg.gif);
background-repeat: repeat;
background-position: center;
background-position: 50% 0%;
background-repeat: repeat-x;
font-family: Verdana; 
font-size: 12px; 
color: #000000;
margin:0px auto;
text-align:left;
} 


.logo
{position: absolute; 
top: 0px; 
left: 270px;
font-family: Verdana;
font-size: 11px; 
color: #000000;}


.login
{position: absolute; 
top: 280px; 
left: 450px; 
font-family: Verdana;
font-size: 12px; 
color: #000000;}

td
{
font-family: Verdana;
font-size: 12px; 
color: #000000;}

a 
{font-family: Verdana, Arial; 
font-size: 12px; 
color: #000000; 
text-decoration: underline;}

.text 
{position: absolute; 
top: 250px; 
left: 170px; 
font-family: Verdana, Arial; 
font-size: 12px; 
color: #000000;
width: 800px;}

.referens 
{position: absolute; 
top: 280px; 
left: 270px; 
font-family: Verdana, Arial; 
font-size: 12px; 
color: #000000;
}

h1 
{font-family: Verdana; font-size: 24px; 
font-weight: normal; 
letter-spacing: 2px;}

h2 
{font-family: Verdana; 
font-size: 20px; 
font-weight: normal; 
letter-spacing: 1px; }

h3 
{font-family: Verdana; 
font-size: 16px } 

ul 
{list-style-type: disc;
align: left;}

.mick 
{position: absolute; 
bottom: 0px; 
right: 0px;}

.lank 
{position: absolute; 
bottom: 0px; 
left: 0px;}

.slogan 
{position: absolute; 
bottom: 0px; 
right: 0px;}

.underlinemenu{
font-weight: bold;
width: 75%;
position: absolute; 
top: 200px; 
left: 250px; 
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
