﻿body
{
    font-size: 11px;
    margin: 0px;
    vertical-align: top;
    font-family: Arial;
    background-color: green;
    text-align: left;
    background-attachment: fixed;
    background-image: url(Images/bg.png);
    background-repeat: repeat-y;
    font-weight: bold;
    background-position-x: center;
}
A:link	{	
	text-decoration:none;
	color:	white;
	}	
		
A:visited
{
    text-decoration: none;
    color: white;
}	
		
A:active	{	
	text-decoration:none;
	color:	white;
	}	
		
A:hover	{	
	text-decoration:underline;
	color:	white;
	}
.slant
{
    font-style: italic;
    padding:0px;
}
.test
{
    border: solid 0px black; 