body		{	background:	#fff;
			font-family:	Verdana, Arial;
			font-size:	12px;
			color:		#000;
			margin:		0;
			text-align:	center;
		}

a		{	text-decoration:underline;
			color:		#000;
		}
a:hover		{	text-decoration:none;
			color:		#000;
		}

input		{	font-family:	Verdana, Arial;
			font-size:	12px;
			border:		1px solid #000;
			background:	#fff;
		}

.title		{	font-size:	20px;
			font-weight:	bold;
			font-style:	italic;	}

.bigfont	{	font-family:	Verdana, Arial;
			font-size:	15px;
			font-weight:	bold;	}

.normalfont	{	font-family:	Verdana, Arial;
			font-size:	12px;	}

.smallfont	{	font-family:	Verdana, Arial;
			font-size:	9px;	}