body {
	background-image: url(../images/background.gif);
	background-repeat:repeat;
}

h1  {
	font-size : 20pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Yellow;
}

a:link  {
	color : Yellow;
}

a:visited  {
	color : yellow;
}

a:active  {
	color : Red;
}

h2  {
	font-size : 14pt;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Yellow;
}

p  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Yellow;
	font-weight : bold;
}

h3  {
	font-size : 12pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Yellow;
}

h4  {
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : italic;
	color : Yellow;
}

td  {
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Yellow;
}

th  {
	text-align : left;
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Yellow;
}

b  {
	font-weight : bold;
}

i  {
	font-style : italic;
}

sub  {
	font-size : 8pt;
	font-family : sans-serif;
	line-height : 1;
}

li  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Yellow;
	font-weight : bold;
}

ul  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Yellow;
}

ol  {
	font-size : 10pt;
	font-family : sans-serif;
	color : Yellow;
	font-weight : bold;
}

.lastChange  {
	font-size : 8pt;
	font-family : sans-serif;
	color : Yellow;
	text-align : center;
}

