@charset "UTF-8";

body {
    background-color: black
}

a:link {
    color: #e3e3e3
}

a:visited {
    color: #e3e3e3
}

a:hover {
    color: #ffffff
}

a:active {
    color: #ebebeb


}
p {
	font-family: Times New "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #e3e3e3
	
}
h1 {
	font-family: Times New "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: plain;
	color: #e3e3e3

}
h2 {
	font-family: Times New "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: plain;
	color: #e3e3e3

}
h3 {
	font-family: Times New "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	color: #e3e3e3

}
h4 {
	font-family: Times New "Times New Roman", Times, serif;
	font-size: xxx-large;
	font-style: plain;
	color: #e3e3e3

