@import url('/css/reset.css');

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; /* 10pt */
	height: 100%;
	color: #4b4b4b;
/*	background: url(/images/rulerx.gif);*/
}

a {
	color: #005dcf; //#de1d0b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
    font-size: 1.3em;
    font-weight: bold;
    color: black;
}

h2 {
	font-size: 1.1em;
    font-weight: bold;
    color: black;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    color: black;
}
