body {
	margin: 0px;
	background-color: #A50042;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin-top: 2px;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #A50042;
	text-align: left;
	letter-spacing: 0px;
	margin-bottom: 0px;

}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #A50042;
	text-align: left;
	letter-spacing: 0px;
}
hr {
	color: #ff0066; height: 1px
}
li {
	font-family: Georgia, Times New Roman, Times, serif;
		font-size: 12px;

}

.bg {
	background-attachment: fixed;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.footer {
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
		font-size: 12px;
	color: #fff;
	margin: 10px; 
}

.footer A{
	color: #ff0066;
	text-decoration: none;
}
.footer A:hover{
	color: #FFF;
	text-decoration: underline;
}

.navbar A{
	font-family: verdana, arial, helvectica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #a50042;
	text-decoration: none;
	filter: dropshadow(color=#cccccc, offx=2, offy=2, positive=true);
}
.navbar A:visited{
	color: #a50042;
}
.navbar A:hover{
	color: #000;
}

.rules {
	background-color: #0066cc;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.textbox {
	font-family: georgia, times, serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 150%;
	color: #000;
	text-align: justify;
}
/* Orphans Text link */
.aorphans {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
                margin-left:5px;
}

.aorphans:hover {
	text-decoration: underline;
}
