@import url('wof.css');

/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #6E6868;
}

p {
	margin-bottom: 15px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #000000;
}

b {
	font-weight: normal;
	color: #000000;
}

#container {
	width: 950px;
	margin: 30px auto;
	text-align: center;
}


