/* CSS1 style sheet for ganutell.com
Updated 09 June 2002 */

body {
	background-color : #ffffcc;
	font-family : verdana, arial, serif;
	color : #000000;
	text-align : justify;
	margin-left : 5%;
	margin-right : 5%
	}


h1 {
	font-size : 150%;
	font-style : italic;
	text-align : center
	}

h2 {
	font-size : 130%;
	}

h3 {
	font-size : 80%;
	font-style : italic;
	text-align : center
	}
h4 {
	font-size : 120%;
	font-variant : small-caps;
	text-align : center;
	text-decoration : underline
	}


h6 {
	font-size : 50%;
	font-style : italic;
	text-align : center
	}

p.small1 {
	font-size: 60%
	}

p.small2 {
	font-size: 40%
	}









A:link { 
	color : #0000ff; /*blue*/
	background-color : transparent;
	text-decoration : none;
	}

A:visited {
	color : #800000; /*maroon*/
	text-decoration : none
	}
  
A:hover {
	background-color: #ffffff
	color : #333333;
	text-decoration : underline;
	}


