/* CSS Document */

body {
	margin: 7px;
	background-color: #ffffff;
	color: #3d81ee;
}

a:link {
	color: #ff6600;
	background-color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ff6600;
	background-color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #3d81ee;
	background-color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 170%;
	font-weight: normal;
	color: #3d81ee;
	background-color: #ffffff;
	text-align: center;
}

h2 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 135%;
	font-weight: normal;
	color: #3d81ee;
	background-color: #ffffff;
	text-align: center;
}

p {
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 80%;
	font-weight : normal;
	color : #000000;
	background-color: #ffffff;
	line-height : 140%;
}

b {
	font-weight : bold;
	color : #009900;
	background-color: #ffffff;
}

hr {
    height:1px;
    width:70%;
    background:#ffffff;
	text-align: center;
}

table {
	width: 70%;
	border: 0px;
	padding: 7px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

td {
	padding-bottom : 14px;
}

.smallerp {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 70%;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

.biggerp {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

.biggerpl {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}

.legal {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

.navigation {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}

table#referrers td {
	width: 135px;
	text-align: center;
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 70%;
	font-weight : normal;
	color : #000000;
	background-color: #ffffff;
}

table#thumbs {
	width: 77%;
	text-align: center;
	color : #000000;
	background-color: #ffffff;
}

table#thumbs td {
	width: 145px;
	text-align: center;
	padding-bottom : 28px;
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 70%;
	font-weight : normal;
	color : #000000;
	background-color: #ffffff;
}

table#content td {
	width: 100%;
	text-align: left;
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 91%;
	font-weight : normal;
	color : #000000;
	background-color: #ffffff;
}

table#contact {
	width: 444;
	text-align: center;
	color : #000000;
	background-color: #ffffff;
}

table#contact td {
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 70%;
	font-weight : normal;
	text-align: left;
	color : #3d81ee;
	background-color: #ffffff;
}

ul {
	list-style-image: url("cool-wallpaper-sites/bullet__ORNG_sm.png");
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 80%;
	font-weight : normal;
	color : #000000;
	background-color: #ffffff;
}

table#coolsites {
	width: 444;
	color : #000000;
	background-color: #ffffff;
}

table#coolsites td {
	font-family : "Trebuchet MS", Georgia, Times,serif;
	font-size : 91%;
	font-weight : normal;
	text-align: left;
	color : #3d81ee;
	background-color: #ffffff;
}



.red {
	color:#f00;
	text-align:center;
	/*shadow START */
	text-shadow:0 0 15px #000; 
	/*shadow END */
}

.grn {
	color:#0f0;
	text-align:center;
	/*shadow START */
	text-shadow:0 0 15px #000; 
	/*shadow END */
}

.xmas {
	width:637px;
	margin:auto;
	text-align:center;
	border:none;
	padding:2px;
}

.christmaswallpaper {
	/*shadow START */
	-webkit-box-shadow:0 0 15px #f00;
	-moz-box-shadow: 0 0 15px #f00;
	box-shadow:0 0 15px #f00; 
	/*shadow END */
	/*layer opacity START */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .70;
	/*layer opacity END */
}

.christmaswallpaper:hover{
	/*shadow START */
	-webkit-box-shadow:0 0 15px #f00;
	-moz-box-shadow: 0 0 15px #f00;
	box-shadow:0 0 15px #f00; 
	/*shadow END */
	/*layer opacity START */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	/*layer opacity END */
}

.christmas a:link {
	color: #fff;
	text-decoration: none;
}
.christmas a:hover {
	color: #fff;
	text-decoration: underline;
}
.christmas a:visited {
	color: #fff;
	text-decoration: none;
}
.christmas a:active {
	color: #fff;
	text-decoration: underline;
}
.christmas a:focus {
	color: #fff;
	text-decoration: underline;
}
