
/*
 * TYPOGRAPHY
 * This CSS file contains rules for the master template
 */
body
{
	font-size: 70%;
	color: #000;
	font-family: Arial, HVerdana, Tahoma, elvetica, Sans-serif;
}

table, p, li, div, span, ul, li, a
{
	font-size: 100%;
}

form, select, option, input, textarea, pre, button, submit, reset, file
{
	margin: 0;
	font-size: 100%;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-serif;
}

h1
{
	font-family: Arial;
	font-size: 1.4em;
	color: #666;
}

h2
{
	font-family: Arial;
	font-size: 1.3em;
	color: #666;
}

h3
{
	font-family: Arial;
	font-size: 1.1em;
	color: #666;
}

h4
{
	font-size: 1em;
	color: #666;
}

h1, p
{
	margin: 10px;
}

h2, h3, h4
{
	margin: 10px;
}

hr
{
	color: #6d6d6d;
	height: 1px;
}

a:link, a:visited, a:active
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	color: #f00;
}

/*
CSS standard
This will not work in MS IE since it does not have full css support.
Newer Gecko based browsers and operas do understand it though.
*/
input[type="submit"]
{
	cursor: pointer;
}
