@CHARSET "UTF-8";

body { 
	background-color: white;
	color: #3a3a3a;
	font-family: Arial;
	font-size: 120%;
	line-height: 180%;
}

a {
	border-bottom: 1px dashed ;
	text-decoration: none;
	color: #1AA49B;
	padding:2px;
}

a:hover { 
	color: #C2FFFB;
	background-color: #1AA49B;
	border-bottom:0px none;
}

img { 
	border: 0px none;
}
input,select {
	font-size: 100%;
}

ul, li, ol {
	margin: 0px;
}


h1 { width: 735px; font-size:170%; line-height: 1.2em; letter-spacing: -2px; font-family: Georgia, Arial; }
h3 { font-size: 140%; font-family: Georgia, Arial; color: #555555; margin-bottom: 0px;}
h1 small { color: #999999; }

div#header {
	clear:both;
	}
	
img.logo {
	margin-right:50px;
	margin-left: 15px;
	}

div.form {
	text-align:justify;
	border-left-width: 4px;
	border-left-style: solid;
	width: 600px;
	margin-left: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.container {
	width: 735px;
}


.green { color: teal; }
.blue { color: #3399FF; }

.bfuchsia { border-color: #1AA49B; }
.byellow { border-color: #c2fffb;}
.bcyan {border-color: black; }
.bgray { border-color: silver; }

img.avatar {
	border: 1px solid #cccccc;
	margin: 3px 10px;
}

div.info {
	padding: 5px;
	background-color: #FFFFaa;
	font-size: 110%;
	width: 50%;
	margin-top:20px;
	margin-bottom:10px;
	min-width: 512px;
	margin-left: 20px;
}

img.picture {
	border: 1px solid #cccccc;
	margin-right: 1px;
}

p.description {
	line-height: 1.2em;
	letter-spacing: -1px;
	font-size: 120%;
}

p.stats{
	color: #666666;
	letter-spacing: -1px;
}

p.stats .num {
	font-family: Georgia, Arial;
	font-weight:bold;
	letter-spacing: -1px;
	color: black;
}

div#help, div#terms_of_service, div#about, div#contact { 
	font-family: Georgia, Arial;
	margin-left: 30px;
}

span.footer_header a {
	font-size: 110%;
	margin:3px 8px;
}

p#footer_menu {
	margin-top:50px;
	margin-bottom:0px;
}

span.user_details {
	font-family: Georgia, Arial;
	font-size: 130%;
}	

.justify {
	text-align: justify;
}
a.noa { 
	border: 0px none;
	padding:0px;
	}

a.noa:hover{
	background-color: inherit;
	padding:0px;
	color:inherit;
}