body {
	color: Black;
	font-size:12px;
	font-weight: normal;
	font-family:arial;
}
h1 {
	color: Olive;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	white-space : nowrap;
	text-align : left;
	
}


h2 {
	color: White;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	white-space : nowrap;
}

p {
	color: Olive;
	font-size:11px;
	font-style:normal;
	font-family: arial, sans-serif;
	list-style-type : square;
	
}
a {
	color: Olive;
	font-size:11px;
	font-style:normal;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;

	cursor : pointer;
}
a:hover {
	color: Red;
	font-size:11px;
	font-style:normal;
	font-family: sans-serif;
	cursor : pointer;
	
}

a.but {
	color: Gray;
	font-size:11px;
	font-style:normal;
	font-family:verdana;
	text-decoration:none
}


a.but:hover {color:#fa4608; font-size:11px; font-style:normal; font-family:sans-serif; text-decoration:none; font-weight: bold}

a.sup {color:#fa4608; font-size:12px; font-weight:bold; font-family:arial}

a.sup:hover {color:#000000; font-size:12px; font-weight:bold; font-family:arial}

ul{
	color: Black;
	font-size:12px;
	font-style:normal;
	font-family: sans-serif;
	list-style-position : outside;
	margin-left : 17px;
}

sup{
	color: Black;
	font-size:8px;
	font-style:normal;
	font-family: sans-serif;
}