body		{ font-family : sans-serif;
		  font-size : 90%;
		  color : #000000;
		  line-height : 110%;
		  background-image : url("media/backcompu.gif");
		  background-repeat : repeat;
		}

input		{ font-family : sans-serif;
		  font-size : 100%;
		  color : #ff0000;
		  background-color : #f4f4f4;
		  border: 1px solid red;
		}

textarea	{ font-family : sans-serif;
		  font-size : 100%;
		  color : #ff0000;
		  background-color : #f4f4f4;
		  border: 1px solid red;
		}

div.just	{ line-height : 140%;
		  text-align : justify;
		}

div.head1	{ font-size : 125%;
		  font-weight : bold;
		  color : #dd0000;
		}

div.head2	{ font-size : 110%;
		  font-weight : bold;
		  color : #dd0000;
		}

pre		{ line-height : 110%;
		}

a:link		{ color : #dd0000;
		  text-decoration : none;
		}


a:active	{ color : #dd0000;
		  text-decoration : none;
		}

a:visited	{ color : #dd0000;
		  text-decoration : none;
		}

a:hover		{ color : #0000ff;
		  text-decoration : underline;
		}
