﻿.hidden { visibility:hidden; }

body
{
	font-size: 20px;
	color: black;
	font-family: 'Times New Roman';
}
a
{
	color: red;
	text-decoration: underline;
}
a:hover
{
}

.smallText
{
	font-size: 15px;
}

.byHiPro
{
	font-size: 12px;
	color:Gray;
	text-decoration: none;
}
.largeText
{
	font-size: 25px;
}
.cursorHand
{
	cursor: hand;
}