body {background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/red_bg.jpg);
	background-repeat: repeat;
}

h1 {font-family: "Times New Roman", Times, serif;
    font-size: 22px;
	font-style:strong;
	color: #FFFFFF;
	margin-left:10px;
}

h2 {font-family: "Times New Roman", Times, serif;
    font-size: 18px;
	font-style:strong;
	color: #FFFFFF;
}

h5 {font-family: "Times New Roman", Times, serif;
    font-size: 14px;
	font-style:strong;
	color: #FFFFFF;
}

p {font-family:"Times New Roman", Times, serif;
   font-size:16px;
   color: #FFFFFF;
   margin-left:auto;
}

li {font-family: "Times New Roman", Times, serif;
    font-size: 16px;
	color: #FFFFFF;
}

a:link {color:#FFFFFF;
        font-family:"Times New Roman", Times, serif;
		font-size:18px;
		font-style:normal;
		text-decoration:underline;
}

a:visited {color:#6699FF;
           font-family: "Times New Roman", Times, serif;
		   font-size:18px;
		   font-style:normal;
		   text-decoration:underline;
}

a:hover {color:#3366FF;
}
