/* CSS Document */

body{
	margin-top:200px;
	background-color:#1C2536;
}

h1{
	color:#1C2536; 
	font-size:3px;
	margin:0;
}
h2{
	color:#1C2536; 
	font-size:3px;
	margin:0;
}
.flash{
  text-align:center;
  width: 100%;
  margin-top:60px;
}
.content{
	color:#1C2536; 
	font-size:3px;
}
.bottom_links{
	text-align:center;
	width: 100%;
}
.bottom{
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
.bottom a:link{
	color:#FFF;
	text-align:center;
}
.bottom a:visited{
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.bottom a:active{
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
.bottom a:hover{
	cursor:pointer;
	text-decoration:underline;
}