@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:white;
}
a {
	border:none;
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
.redBoldLink25 {
	font-size:25px;
	font-weight:bold;
	text-decoration:underline;
	color:red;
}
.redBoldLink25 a {
	text-decoration:none;
	color:red;
}
.redBoldLink25 a:hover {
	text-decoration:none;
	color:#FF33CC;
}
.redBoldLink15 {
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	color:red;
}
.redBoldLink15 a {
	text-decoration:none;
	color:red;
}
.redBoldLink15 a:hover {
	text-decoration:none;
	color:#FF33CC;
}

