﻿/*Link behaviour*/

a:link {
	color: black;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #878787;
	font-style: italic;
}

a:active {
	color: red
}

/*End link behaviour*/

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #f0eed1;
}

#content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
}

#details {
	width: 33% ;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding:20px;
	text-align: left;
}

h1 {
font-size: 15px;
color: #553800;
} 
