body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-size: 20px
}
.style2 {
	font-size: 12px
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #630303;
}
a:active {
	color: #003366;
}


.style3 {
	color: #FF0000;
	font-weight: bold;
}
.style3 a:link {
	font-weight: bold;
	color: #FF0000;
}
.style3 a:hover {
	font-weight: bold;
	color: #630303;
}
.style3 a:visited {
	font-weight: bold;
	color: #ff0000;
}
.style3 a:active {
	font-weight: bold;
	color: #ff0000;
}

S {
    text-decoration: line-through;
}

DEL {
    text-decoration: line-through;
}