<!--
Set your default text size to 100% (or medium), 
your main headers to 140% (or x-large), 
your sub headers to 120% (or large), 
as an example, 
will make it possible for your reader to resize your pages to their best fit.
-->

BODY
{
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-size: x-small;
	font-family:  Arial;
}
.main_heading
{
	font-weight: bold;
	font-size: medium;
	font-family: 'SF Arch Rival' , Arial;
	text-decoration: underline;
}
.sub_heading
{
	font-weight: bold;
	font-size: small;
	font-family: 'SF Arch Rival' , Arial;
	text-decoration: underline;
}

<!--
Login Page
-->
.loginlabel
{
	font-size: 8pt;
	font-family: 'Comic Sans MS';
}
.dataentrylogin
{
	font-size: 8pt;
	font-family: 'Comic Sans MS';
}
.loginbutton
{
	font-size: 8pt;
	font-family: 'Comic Sans MS';
}
<!--
High Scores Page -->
.highscoretitle
{
	margin-top: -4px;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 4px;
	width: 100%;
	border-bottom: black thin solid;
	font-family: 'SF Arch Rival' , Arial;
	background-color: #dcdcdc;
	text-align: center;
}
.highscoreline
{
	margin-top: -4px;
	font-size: 8pt;
	width: 100%;
	font-family: 'SF Arch Rival';
	background-color: #dcdcdc;
}
.highscorelineleft
{
	text-align: left;
	width: 1%;
}
.highscorelineright
{
	text-align: right;
	width: 100%;
}
<!--
About Page
-->
#textabout
{
	font-family: 'Comic Sans MS';
	font-size: 10pt;
}
<!--
Credits Page
-->
.scrollClass {
     text-align:center;
     font:normal 80% Arial,sans-serif;
}
<!--
DateTime Page 
--> 
#gamedatetime
{
	font: 8pt Arial,sans-serif;
	background-color: transparent;
	text-align: center;
	display: block;
	position: relative;
	top: 20px;
	height: 50px;
}
<!--
Default HowTo Page 
--> 
#msg_screensize
{
	text-justify: newspaper;
	font-size: 8pt;
	color: #0033cc;
	font-family: Arial;
	text-align: justify;
}