body {
	font-family : Tahoma;
	background : #3366ff;
        text-transform:none;
}

p
{
	font-family:Tahoma;
	font-size:10 pt;
	color: black;
	font-weight:normal;
	font-style:normal;
}

table
{
    text-transform:none;
    font-size:10 pt;
    color: black;
}

h1 {font-size:20pt}
h2 {font-size:18pt}
h3 {font-size:16pt}
h4 {font-size:14pt}
h5 {font-size:12pt}
h6 {font-size:8pt}

h1, h2, h3, h4, h5, h6
{
	font-family:Tahoma;
	color: #0000CC;
	font-weight: normal;
	font-style:normal;
}

a:link
{
	font-familly:Tahoma;
	font-size:10 pt;
	color: Blue;
	font-weight:bold;
	text-decoration: none;
}
a:visited{
	font-size:10 pt;
	color: Blue;
	text-decoration : none;
	font-weight:normal;
}
a:hover{
	font-size:10 pt;
	color: Red;
	font-weight:bold;
}

