body { 
text-align: left;
background-color: #FFF;
margin-top: 50px;

} 

#all { 
margin: 0 auto; 
width: 500px;
margin: 0 auto;
}


/* links */

a:link    {text-decoration: none; color: #333; font-weight:bold}
a:visited       {text-decoration: none; color: #333; font-weight:bold}
a:active    {text-decoration: none}
a:hover {color: #ff33cc; text-decoration: none}


/* structure */

#main{
width: 500px;
height: 310px;
}

#links{
width: 500px;
height: 28px;
background-color: #FFF;
}

#spacer{
width: 500px;
height:15px;
}

#menu{
width: 500px;
}

/* fonts */

.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
}

.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
	font-weight: bold;
}



