.text1 {
	font-family: "Courier New", Courier, mono
	; font-size: xx-large
	; font-weight: bold
	; color: rgb(0,0,0)
	; margin-top: 10%
	; margin-left: 33%
	; background-color: rgb(255,255,255)
}

.text2 {
	font-family: "Courier New", Courier, mono
	; font-size: x-large
	; font-weight: bold
	; margin-top: 3%
	; margin-left: 33%
	; color: rgb(214,51,51)
	; background-color: rgb(0,0,0)
}

.text3 {
	font-family: "Courier New", Courier, mono
	; font-size: x-large
	; font-weight: bold
	; margin-top: 1%
	; margin-left: 33%
	; color: rgb(255,255,255)
	; background-color: rgb(0,0,0)
}

.body {
	background-color: rgb(0,0,0)	
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: rgb(214,51,51);
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}