﻿a:link
{
	color: rgb(204,0,0); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
body
{
	background-color: rgb(204,204,204);
	background: url('images/sfinge_b.jpg') repeat scroll center;
	font-family: Tahoma;
	color: rgb(0,0,102);
	font-size: medium;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}
h1
{
	font: normal normal normal 100% serif;
	color: rgb(51,51,204);
	font-family: Tahoma;
	font-size: x-large;
}
h2
{
	font: normal normal bold large Tahoma;
	color: rgb(0, 0, 128);
	font-family: Tahoma;
	text-align: center;
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}
