/* CSS Document */

p
{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:150%;
	
	}

a:link
{ text-decoration:none; color:#000000;
}
a:visited
{
text-decoration:none; color:#000000;
}
a:hover
{ text-decoration:underline; color:red; 
}
a:ctive
{
text-decoration:none; color:#000000;
}
#title1
{
	font-family: Arial;
	font-size:36px;
	font-weight: bolder;
	
	line-height:normal;
	color:red;
}
.titl
{
font-size:13px;
color:#410303;
}



