/* CSS Document */
a {
color:#FF0000;
text-decoration:none
}
a:active {
color:#FF0000;
text-decoration:none
}
a:visited {
color: #000000;
text-decoration:none
}
a:hover {
color: #FFFFFF; font-variant: small-caps;
text-decoration: underline
}
.title_page{font-size:26px; font-family:Times New Roman, "Times New Roman", Times, serif; font-style: oblique; font-variant: small-caps}
body {
	background-color: #CCCCCC;
}