@charset "utf-8";
/* CSS Document */
body{font-family: Arial, Helvetica, sans-serif;}
/*footer is for page footer*/
a.blog:link, a.blog:visited {
	text-decoration: none;
}
a.blog:active, a.blog:hover {
	text-decoration: underline;
}
.blogform {
	background:#ffffff;
	border:1px solid black;
}
.commentform{
	margin:0;
	margin-bottom:20px;
	padding:5px 0;
	width:100%;
	/*border:0px dashed black;*/
}
.commentform td{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {font-size:11px;}
/*menu is for all page links that should NOT be underlined by default*/
.menu a:link, .menu a:visited, .menu a:active{text-decoration:none;}
.menu a:hover {text-decoration:underline;}
.footer a:link, .footer a:visited, .footer a:active{text-decoration:none;}
.footer a:hover {text-decoration:underline;}
.page{/*used to place images & menues in page*/
	display:block;
	width:800px;
}
.nomargin{
	/*used for flash pages where margin is undesireable*/
	margin:0px;
	padding:0px;
}
.notable{/*mimic blog layout on nono-blog pages*/
	width:700px;
	margin:0px 50px 0px 50px;
	padding:0px;
}
.pagethird{
	display:inline-block;
	width:33%;
	float:left;
	}
.tableadmin{
	font-size:12px;
	}
.tableresult{
	font-size:10px;
	}
.tagcloud{/*displayed on blog*/
	color:#666666;
	font-size:10pt;
	}
.tagcloud a:link, .tagcloud a:visited, .tagcloud a:active{text-decoration:none;}
.tagcloud a:hover {text-decoration:underline;}
.work{
	/*display:inline-block;*/
	margin:0px auto;
	text-align:center;
	}
.work img{
	margin:3px;
	}