/* CSS Document */

body {
	background-image: url(images/background.jpg);
}

a {
	color: red;
	text-decoration:none;
	font-family:arial;
    font-weight: bold;
	}

a:hover {
	color: silver;
	text-decoration:none;
	font-family:arial;
	font-weight: bold;
	}

a:selected {
	color: red;
	}


.Menu {
	color: #FFFFFF; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	}

.Menuhead {
	color: #FFFFFF; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	}

.Menulist {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	}

.bodycontent {
	color:black;
	text-decoration:none;
	font-family:arial;
	font-size: 14px; 
	}

.bodycontent2 {
	color:black;
	text-decoration:none;
	font-family:arial;
	font-size: 18px; 
	}

.boardspecs {
	color:black;
	text-decoration:none;
	font-family:arial;
	font-size: 10px; 
	}
