.shout {
	color: Red;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: bold;
text-align: center;
}
a:link {
color: #BB2626;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;

} 
a:visited {
color:#BB2626;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
} 
a:hover {
color: #3739FF;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
} 
a:active {
color: White;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
} 


table {
	background-color: Black;
}
td {
	background-color: Black;
}
tr {
	background-color: Black;
}

.logotaggrey{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C4C4C4;
	vertical-align: top;
}
.logotagwhite{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: top;
}
.logotagred{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: red;
	text-align: center;
	vertical-align: top;
}
.logotag{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: White;
	text-align: center;
	vertical-align: top;
}
br {
	line-height: 5px;
}
body {
	background-color: #921D1D;
	margin: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	
}