/* CSS Document */
.row
{
    background-color:#EF3C23;
    color:#ffffff;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
}
body
{
	background-color:#ffffff;
	color:#000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
}
.navbar
{
background-color:#ff7751;
color:#ffffff;
}
.navcontent
{
background-color:#FFEFEB;
color:#000000;
}
.picturesurrond {
	border: 3px solid #FF0000;
}
.staffsurrond {
	border: 5px solid #ffef4d;
}
.button {
border-width:3px;
font-size:0.8em;
}
.edit {
border:thin solid #000000;
font-family:Tahoma;
font-size: 12px;
}
.navbar A:link {text-decoration: underline; font-weight:bold; color:#ffffff;}
.navbar A:visited {text-decoration: underline; font-weight:bold; color:#ffffff;}
.navbar A:active {text-decoration: underline; font-weight:bold; color:#ffffff;}
A:link {text-decoration: underline; font-weight:bold; color:#0044ff;}
A:visited {text-decoration: underline; font-weight:bold; color:#0044ff;}
A:active {text-decoration: underline; font-weight:bold; color:#0044ff;}
A:hover {text-decoration: underline; font-weight:bold; color:#000000; background:#EF402A;}
