/*External Style Sheet*/

body 
	{
	background-color:#c3c3c3;/*black background*/
	color:#000066;/*text is white*/
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	}

body.default
	{
	font-size:10pt;
	font-family:Verdana;
	background-image:url("");
	background-repeat:no-repeat;
	}
	
h2
	{
	font-family:arial;
	font-size:18pt;
	}
h1
	{
	font-family:Verdana,sans-serif;
	font-size:14pt;
	font-weight:600;
	}	
strong	{
	font-weight:600;
	font-family:arial;
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

div.left
	{
	text-align:left;
	}

div.addy
	{
	font-size:10pt;
	color:#000066;
	font-family:Arial;
	font-weight:bold;
	}

div.whitesm
	{
	font-size:8pt;
	color:#840000;
	font-family:Goudy Old Style, Goudy Old Style BT, goudy, serif;
	}

table
	{
	border-style:none;
	width:100%;
	text-align:center;
	}
td.right
	{
	text-align:right;
	}
td.left
	{
	text-align:left;
	}
tr.peach
	{
	background-color:#FFEFD5;
	}

img
	{
	border-style:none;
	}


hr
	{
	width:90%;
	size:5px;
	color:black;
	align:center;
	}
p.copy
	{
	font: italic 9pt;
	}

em
	{
	font-weight:normal;
	font-weight: italic;
	}

a:alink
	{
	text-decoration: none;
	color:black;
	}

a:vlink
	{
	text-decoration: none;
	color:black;
	}
a
	{
	font-weight:normal;
	}
a:hover
	{
	color:blue;
	text-decoration: underline;
	}
	
a.under
	{
	color:blue;
	font-weight:bold;
	font-family:Goudy Old Style,Goudy Old Style BT,goudy,serif;
	font-size: 14pt;
	text-decoration:underline;
	}
a.other
	{
	color:white;
	}
a.other:hover
	{
	color:white;
	}


.clear
	{
	clear:both;
	}
#everything
	{
	text-align:left;
	}
.comdate
	{
	font-size:11px;
	margin-top:15px;
	margin-bottom:7px;
	}
.smalldate
	{
	
	}
.catch
	{
	color:#000066;
	font-style:italic;
	text-decoration:none;
	}
.shortblog
	{
	border-bottom:1px dashed #000066;
	padding-bottom:10px;
	}
#prev
	{
	float:left;
	width:48%;
	}
#next
	{
	float:left;
	width:48%;
	text-align:right;
	}
.commentdk
	{
	width:400px;
	border-bottom:1px dashed #000066;
	}
.comment_icon
	{
	
	}
.comment
	{
	
	}
.categories
	{
	margin-top:20px;
	border-top:1px dashed #000066;
	border-bottom:1px dashed #000066;
	width:250px;
	background:#FFF0E0;
	}
	
#nav
	{
	height:404px;
	margin:0;
	padding:0;
	line-height:23px;
	}
	#nav li
		{
		margin-left:8px;
		}
	#nav a:link, #nav a:visited, #nav a:hover, #nav a:active
		{
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		letter-spacing:1px;
		font-weight:bold;
		font-size:14px;
		color:#dfccd1;
		text-decoration:none;
		}
	#nav a:hover, #nav a:active
		{
		color:white;
		text-decoration:none;
		text-shadow:1px 2px 2px #000000;
		}
	
