body { 
background-color : 
text-align : left;
font-family : tahoma;
color : #333399;
font-size : 11px;
line-height : 11px;
} 

#container { 
margin : 0 auto;
width : 500px;
text-align : center;
} 

#header { 
background : url("layout.jpg") no-repeat;
width : 500px;
height : 333px;
} 

#content { 
width : 500px;
float : left;
padding : 0px;
} 

#footer { 
clear : both;
height : 3px;
} 

#navcontainer ul { 
padding : 0.2em 0;
background-color : #ffffff;
color : #333399;
width : 100%;
font : 11px tahoma;
font-weight : bold;
text-align : center;
} 

#navcontainer li { 
display : inline;
} 

#navcontainer li a { 
text-decoration : none;
background-color : #ffffff;
color : #000000;
text-decoration : none;
text-align : center;
letter-spacing : 2px;
} 

#navcontainer li a:hover { 
background-color : #ffffff;
color : #333399;
background-color : transparent;
border-color : #000000;
border-bottom-width : 1px;
border-left-width : 0px;
border-right-width : 0px;
border-top-width : 0px;
border-style : dotted;
text-decoration : none;
text-align : center;
letter-spacing : 2px;
} 

h1 { 
color : #333399;
text-align : left;
font-size : 15px;
padding : 1px;
border-bottom : 1px dotted #333399;
} 

a:link { 
color : #000000;
text-decoration : none;
} 

a:visited { 
color : #000000;
text-decoration : none;
} 

a:hover { 
color : #333399;
background-color : transparent;
border-color : #000000;
border-bottom-width : 1px;
border-left-width : 0px;
border-right-width : 0px;
border-top-width : 0px;
border-style : dotted;
text-decoration : none;
} 

a:active { 
color : #000000;
} 

input, textarea, select, option { 
border : 1px solid #333399;
background : #FFFFFF;
font-family : tahoma;
font-weight : normal;
font-size : 11px;
color : #333399;
padding : 1px;
margin : 1px;
} 