/* basic elements */

BODY {
	Color: Black;
	Background: White;
	Margin: 2ex;
	Padding: 2ex;
	Font-size: 10pt;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link {
	Text-decoration: none;
	Color: #FF8C1D;
	Font-weight : bold;
}

A:visited {
	Text-decoration: none;
	Color: #FF8C05;
	Font-weight : bold;
}

A:hover, A:active {
	Text-decoration: underline;
	Color: #FF8C1D;
	Font-weight : bold;
}

H1 {
	border-bottom-color : green;
	border-bottom-style : solid;
	border-bottom-width : thin;
	width : 80%;
	font-size : 2em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

H2 {
	border-bottom-color : green;
	border-bottom-style : solid;
	border-bottom-width : thin;
	width : 65%;
	color: Black;
	font-size : 1.5em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

H3 {
	border-bottom-color : green;
	border-bottom-style : solid;
	border-bottom-width : thin;
	width : 50%;
	font-size : 1.2em;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
}
