/* CSS Document */



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url('newimages/frontpage/wall.jpg');
	background-repeat: repeat;
	 
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

h3 {
color: #FF0000;
font-size:  x-large;
}
h1 {
	font-size: x-large;
	color: red;
}
h2 {
font-size: large;
}
h4 {
color: #FF0000;
	font-weight: bold;
	font-size: xx-large;
}

h6 {
color: #000000;
	font-weight: bold;
	font-size: xx-large;
}
