body{
	background-color: Black;
}

A:link {
	text-decoration: none;
	color: #A7A7A7;
} 
A:visited {text-decoration: none;
    color: #A7A7A7;}
A:active {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: underline;
	color: #B32121;
}
.text1{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A7A7A7;
	
}
.text2{
	color: #A7A7A7;
	font-size: small;
	padding-left: 30;
	padding-right: 30;
	padding-top: 20;
	padding-bottom: 20;
}
.text3{
	color: #A7A7A7;
	font-size: x-small;
	padding-left: 30;
	padding-right: 30;
	padding-top: 20;
	padding-bottom: 20;
}

.text4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #A7A7A7;
	font-size: 20 px;
	padding-left: 15;
	padding-right: 30;
	padding-bottom: 20;
	padding-top: 20;
}
