TD {
    color : White;
	border-width : medium;
	border-style : ridge solid solid ridge;
	border-color : Silver;
	background-color : transparent;
}

 H4 {
 	font-family: "Times New Roman;sans-serif";
	color: White;
	background : transparent;
}
H3{
	font-size : medium;
	color:White;
	background : transparent;
}
H2{
	font-size : large;
	color:White;
	background : transparent;
}

H1 {
	font-size : x-large;
	color: White;	
	background : transparent;
	text-align : center
}
BODY {
	line-height : 100%;
	background : black url(ram_back.jpg) repeat;
	word-spacing : 5px;
}
A:LINK {
	color : Lime;
	background-color : transparent;
	text-decoration : underline;
}
A:VISITED {
	color : Yellow;
	background-color : transparent;
	text-decoration : underline;
}


