/* CSS Document */
			 	body,
	html {
		margin:0;
		padding:0;
		background: #ffffff;
	}
	body {
		min-width:750px;
	}

	h1 {text-align:center;}
	
	b { font-size: 20px;}

#main {
 font-size: 12px;
 text-transform: uppercase;
}

.main2 ul p a:hover {background-color: #CCCCCC;}

.main2:hover ul { display:block; }

.main2 ul {display:none;}

A {
 color: #484949; 
 text-decoration: none; 
}
A:visited {
 color: #484949; 
}
A:hover {
 color: #060606; 
 text-decoration: underline; 
}

.save {color:Blue;}

.menu {font-weight:bold;}