@charset "utf-8";
body{
padding:0px;
margin:0px;
background-color:#090909;
font-family: verdana;
font-size: 13px;
color: #FBFBFB;
}

.def {
	font-family: verdana;
	font-size: 13px;
	color: #FBFBFB;
}
.gal {
	font-family: Georgia;
	font-size: 16px;
	color: #FBFBFB;
	font-style: italic;
	letter-spacing: 1px;
}
a.gal {
	font-family: Georgia;
	font-size: 16px;
	color: #FBFBFB;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
a.gal:hover {
	font-family: Georgia;
	font-size: 16px;
	color: #B9C3D5;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}
