/* CSS Document */

a:link {color: #CCC; text-decoration:underline;}     /* unvisited link */
a:visited {color: #CCC; text-decoration:underline;}  /* visited link */
a:hover {color: #FF0000; text-decoration:underline;}   /* mouse over link */
a:active {color: #FFF; text-decoration:underline;}   /* selected link */
body {
	background-color: #333;
	margin:0;
	padding:0;
	text-align:center;
}
#q {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:760px;
	margin-top:120px;
}
.logotypography {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:42px;
	font-weight:800;
	letter-spacing:-3px;
	color: #CC0000;
	margin-left:24px;
	text-decoration:none;
}
.texttypography {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:18px;
	font-weight:800;
	letter-spacing:-1px;
	color: #999;
	margin-left:24px;
	text-decoration:none;
}
.logotypography2 {
	margin-left:2px;
}
p {
	border-bottom:1px solid #000000;
	padding-bottom:20px;
	padding-left:24px;
}
