@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

a:link {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: underline;
}

a:visited:hover {
color: #000000;
text-decoration: none;
}

p {
line-height: 30px;
}

#smg  {
background-color: #546fb1;
width: 435px;
height: 135px;
margin: 50px auto 0 auto;
padding: 70px 0 0 0;
border: 1px solid #000;
}
