
a, body, table, td,  tr, p, div, h1, h2, h3, h4, h5 {
	/*This property describes the color of the text on the whole page*/
	color: White;
	/*This property describes the size of the text on the whole page*/
	font-size: 10px;
	/*This property describes the type of the text on the whole page*/
	font-family:  Tahoma;
} 
a:visited {
	color: #69728A;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	color: #69728A;
} 
input {
	color: Black;
	/*This property describes the size of the text on the whole page*/
	font-size: 10px;
	/*This property describes the type of the text on the whole page*/
	font-family:  Verdana,Arial, Helvetica, sans-serif;
}
textarea {
	color: Black;
	/*This property describes the size of the text on the whole page*/
	font-size: 10px;
	/*This property describes the type of the text on the whole page*/
	font-family:  Verdana,Arial, Helvetica, sans-serif;
}
BODY {
	background-image : url(Upload/);
	background-repeat: repeat; 
	background-position: left top;
}
BODY {
	background-image : url(Upload/backround.jpg);
	background-repeat: repeat; 
	background-position: left top;
}
BODY {
	background-image : url(Upload/backround.gif);
	background-repeat: repeat; 
	background-position: left top;
}


