h1, h2, h3, h4, h5, h6 
{
	font-family:Georgia, Verdana, Arial, Serif;
}

#main {
	background: #FFFFFF; 
	border: #AAB3C7 1px solid; 	 
	font-size: 10px;
 	font-weight: bold
}
#blocky {
	border: #222277 1px solid;
	font-size: 13px;
 	font-weight: bold
	text-decoration: none;
	text-align: justify;
	font-family:Georgia, Verdana, Arial, Serif;
}
#default {
	font-size: 13px;
 	font-weight: bold
	text-decoration: none;
}
#default img {
	background: #DDEEAA; 
	border: #222277 1px solid;
	padding:3px;
}
#default a {
	text-decoration: none;
}
#default a:hover{
	text-decoration: underline;
}
#navigation {
	font-family:Georgia, Verdana, Arial, Serif;
	text-decoration: none;
}
#navigation a{
	text-decoration: none;
	display: block; 
	color: #FFFFFF;
	background: #4477BB; 
	border: #222277 1px solid;
}
#navigation a:hover{
	text-decoration: none;
	background: #66AAFF; 
	color: #000000; 
	border: #222277 1px solid;
}
