/*CSS Document*/
a:link {color: #000000;}
a:visited {color: #000000;}
a:active {color: #000000;}

body
{
background-image:url(../img/background.jpg);
background-attachment: fixed;
position: absolute;
font-family: Arial, Tahoma, Verdana
}


p
{
font-size: 23px;
color: #000000;
}

p.small
{
font-size: 12px;
color: #000000;
}

p.alert
{
font-size: 12px;
font-weight: 600;
color: #CC3333;
}

hr
{
color: #008000;
}

table	{width:750px}

.left	{width: 180px; font-size: 12px;}
.right	{font-size: 12px;}

a:link 		{color: #000000;}
a:visited	{color: #000000;}
a:active 	{color: #000000;}