body {
	background: #FFF;
	font-family: franklin gothic medium, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	color: #9f0e9f;
 
}

#tou { 
width: 499px; 
color: #000; 
background-color: #fff; 
display: none; 
} 

.menu a:link { 
color: #fff; 
} 

.menu a:visited { 
color: #fff; 
} 

.menu a:active { 
color: #fff; 
} 

.menu a:hover { 
color: #fff; 
} 

.content a img {  
        border: 1px solid #000;  
}



a:active, a:hover {
	text-decoration: none;
        text-transform: uppercase;
	color: #9f0e9f;
}

td {
	font-size: 1em;
	}

.banner {
	background: #FFF;
	width: 650px;
}

.menu {
	background: #FFF;
	width: 149px;
	padding: 5px;
	
}

.content {
	background: #FFF;
	width: 499px;
	padding: 5px;
    font-size: 1em;
}

.copyright {
	text-align: center;
	font-size: 9px;
	color: #CCCCCC;
}