body {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	background-color:#080808;
	text-align:center;
	margin:0px;
	line-height:justify;
}
.bodytxt {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	padding: 20px;
}

.buttons {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #080808;
	color: #FF0000;
}
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FF0000;
	text-align: center;
}
.redmedium {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
}
.redlarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FF0000;
	text-align: center;
}
.blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0000FF;
}
.bluelarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #0000FF;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
.whitemedium {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}
.whitelarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FFFFFF;
}
    a:link {
        text-decoration: none;
        color: #FFFFFF;
    }
    a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }
    a:hover {
        text-decoration: none;
                text-decoration: underline;
                color: #FF0000;
    }
    a:active {
        text-decoration: none;
        color: #FFFFFF;
    }