﻿.hidden { visibility:hidden; }

body
{
	font-size: 2ex;
	color: white;
	font-family: 'Times New Roman';
	background-color:Black
}
a
{
	color: red;
	text-decoration: underline;
}
a:hover
{
}

.smallText
{
	font-size: 1.5ex;
}

.largeText
{
	font-size: 2.5ex;
}
.cursorHand
{
	cursor: hand;
}
.byHiPro
{
	font-size: 12px;
	color:Gray;
	text-decoration: none;
}
