.colorback {
	background-color: #FFFFCC;
	border-style: groove
}

body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../seminario/cris.gif);
	background-repeat: repeat-y
}

a:link {
	text-decoration:none;
	cursor: hand
}

a:visited {
	text-decoration:none;
	color : Maroon;
}

a:hover {
	background-color: #FFFFCC;
	text-decoration: underline overline;
	color : Maroon;
}


