@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a:link {color: #990000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: underline; }
a:hover {color: #000000; text-decoration: underline; }
.recommended {color: #990000; text-decoration: underline; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #990000;
	background-image: url(../background-image.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.main-image {
	text-align: right;
	padding: 9px;
	float: right;
}

.main-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #990000;
	font-weight: bold;
}

.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.recommended-upgrades {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.style6 {
	font-size: 10px;
	color: #FFFFFF;
}
