#main {
	border: 2px solid #FFFFFF;
}
body {
	background-color: #000000;
	margin-top: 30px;
}
p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}
a {
	color:#FE3198;
	text-decoration: underline;
}
a:hover {
	color: #FF3399;
	text-decoration: underline;
}
.title {
	font-weight: bold;
	color: #FF3399;
	font-size: 12px;
}
b {
	color: #FFFFFF;
}
.subtitle {
	color: #999999;
	font-size: 9px;
}
.img {
	border: 1px solid #FFFFFF;
	margin: 5px;
}
.input {
	background-color:#323232;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
}
.blog {
	font-size: 11px;
	line-height: 16px;
	color: #EEEEEE;
}
.borders {
	border: 1px solid #FFFFFF;	
}
.topsection {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #191919;
}
.leftsection {
	background-color: #666666;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.menu {
	font-size:12px;
	text-decoration: none;
	color: #EEEEEE;
}
.menu:hover {
	color:#FF3399;
	text-decoration: none;
	
}
