/* CSS Document */

body{
	background-color: #000099;
	color: #333333;
	font-weight: normal;
}

/*a{
	color: #FF0000;
	text-decoration :none;
}

a:hover{
	text-decoration: underline;
}*/

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color: #0000ff;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}

	
.tableMain{
	width: 760px;
	text-align: center;
	background-color:#FFFFFF;
	border-collapse: collapse;
}

.tablePurchase{
	width: 700px;
}

.tablePurchase a{
	text-decoration: underline;
	font-size: 24px;
	color: #000099;
}

.tablePurchase a:hover{
	text-decoration: underline;
	color: #CC0000;
}

.highlight{
	color: #FF0000;
	background-color: #FFFF00;
}

.highlightEm{
	color: #FF0000;
	text-decoration: none;
}
