﻿a:link
{
	color: rgb(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	background: #0D2139;
	color: rgb(57, 61, 26);
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	font-size: 30 pt;
	
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #7C504A  
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(153,153,0);
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,153,0);
}
h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(51,102,204);
}

table.sample {

	margin-left: auto;
	margin-right: auto;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color:  #0D2139;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #0d2139;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: #0D2139;
	background-color: white;
	-moz-border-radius: ;
}
