@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a { 
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#1da5d5;
}
.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyw {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyw:hover {
	text-decoration: underline;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}
.bark {
	font-size:larger;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}
.whine {
	font-size:smaller;
}