* {
	font-family:Tahoma, Arial, sans-serif;
}

#container {
max-width:1200px;
width:70%;
min-width:700px;
margin: 0 auto;

}
body {
background-color: #dfdfdf;
}

a img {
border:none;
}

a {
color: #25383c;
font-weight: bold;
text-decoration:none;
}

a:hover {
color:inherit;
text-decoration:none;
border-bottom: dashed 1px #25383c;
}
