.main
{
margin-top: 30px;
background-color: #181818;
}

.largepic
{
margin-right: 4px;
}


a.alink 
{
color: #828282;
font-weight: bold;
text-decoration: none;
}

a:hover.alink 
{
color: #828282;
font-weight: bold;
text-decoration: underline;
}

a.blink 
{
color: #666666;
font-weight: none;
text-decoration: none;
}

a:hover.blink
{
color: #666666;
font-weight: none;
text-decoration: underline;
}

#ctn {
	text-align:left;
	width:400px;
	margin:20px auto 0 auto;
}
#form {
	border:0px solid #999;
	background-color:#181818;
	padding:10px;
	}	
}
h1{font-size:1.2em; border-bottom:1px dotted #999; color:#333;}
p1{margin-top:0px;}