BODY {background-color: white; background-image: url(images/redyellowflowers8.jpg); 
        background-repeat: no-repeat;}

P  {}

#Title {
	font-size : 28pt;
	font-family : Garamond;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	}

#HouseTitle {
	font-size : 20pt;
	font-family : Garamond;
	font-weight : bold;
	font-style : normal;
	color : red;
	}

#Text {
	color : #6500a2;
	font-size : 14pt;
	}

#TextBlue {
	color : #0000ff;
	font-size : 14pt;
	font-weight : bold;
	}

#TextBlueNormal {
	color : #0000ff;
	font-size : 12pt;
	}

#TextBlueLinks {
	color : #0000ff;
	font-family : Arial;
	font-size : 10pt;
	}

#Line {
	font-size : 5pt;
	font-color : yellow;
	background-color : Yellow;
	}
	
A  {
	text-decoration : underline;
	color : Red;
	font-style : normal;
	font-family : Arial;
	}
	
H1  {
	font-size : 24pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : RED;
	}

H2  {	
	font-size : 18pt;
	font-family : Garamond;
	font-weight : bold;
	font-style : normal;
	color : #00a251;
	}

H3  {}

A:Visited  {}

A:Active  {}

A:Hover  {
	text-decoration : none;
	color : Red;
	font-style : normal;
	font-family : Arial;
	}
