body {
	background-color: #131A5D;
	margin: 0px;
}

body, textarea, input, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr, h1, h2 {color: #EF132D;}

h1 {font-size: 16px;}
h2 {font-size: 14px;}

a:link {color: #597DF6;}
a:visited {color: #597DF6;}
a:hover {color: #274093;}
a:active {color: #274093;}

.content {
	width: 660px;
	background-color: #FFFFFF;
	padding: 20px;
}

.copyright
{
	font-size: 10px;
	color: #EF132D;
}

a.edit_item:link, a.edit_item:visited {color: #FF0000;}
a.edit_item:hover, a.edit_item:active {color: #FF6060;}

