@charset "utf-8";
/* CSS Document */

body {
background-color: #a8c8f9;
	font-family: Tahoma, Tahoma, Verdana;
	color: #CCFFFF;
	font-size: 12px;
	line-height: 16px;
}

a {
color: #FFFFCC;
line-height: 18px;
}

a:hover {
color: #FF0000;
text-decoration: none;
}

h1 {
color: #FFFFFF;
font-size: 24px;
line-height: 30px;
}

h2 {
color:#CCFFFF;
font-size: 18px;
}

h3 {
font-size: 18px;
color: #FFFFFF;
line-height: 22px;
}

h5 {
font-size: 32px;
font-weight: normal;
}

h6 {
font-size: 11px;
font-weight: normal;
}

.white {
color: #FFFFFF;
}
a.white {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
a:hover.white {
color: #000000;
background: #FFFFFF;
}

.thumbs {
border:1px solid #CCFFFF; border-thickness: 2px;
}

.figs {color: #FFFF00;
font-weight: bold;
}

.border {
background-color: #0409bc;
}

