body{
	background-color: #195E9A;
	color: #333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
}
body, p, ol, ul, td, p {
  font-size:   13px;
}
img {
	border: none;
}
a { 
 color: #000; 
 text-decoration: none;
 font-weight: bold;
}
a:visited { color: #000; }
a:hover { color: #555; }
h1{ font-size: 28px;}
h2{ font-size: 24px;}
h3{ font-size: 18px;}
h4{ font-size: 14px;}

.bottom_link{
	text-align: center;
	width: 134px;
	height: 14px;
	background-color: #EEE;
	opacity: 0.80;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	padding: 8px;
}
.links{
	text-align: center;
	width: 134px;
	height: 14px;
	background-color: #EEE;
	opacity: 0.80;
	border: 1px solid #555;
	padding: 8px;
}
#main{
	margin: 50px auto auto auto;
	width: 750px;
	height: 500px;
	background-color: #CCC;
	border: 2px solid black;
}