/*#############################################################
Name: 
Date: 
Description: 
Author: 
URL: 
<link rel="stylesheet" type="text/css" href="tao.css" media="screen"/>
Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */


code {
	color: #000033;
	display: block;
	margin-bottom: 12px;
	white-space: normal;
	background-color: #d9c6aa;
	width: 90%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #938262;
	border-right-color: #938262;
	border-bottom-color: #938262;
	border-left-color: #938262;
}

.news {
	float: left;
	display: block;
	width: 180px;
	height: 100%;
	background-color: #D6C5A7;
}
.news a {
	float: left;
	background: #D6C5A7;
	/*	color: #554; */
	display: block;
	width: 180px;
	height: 100%;
}
.news a:hover {
	float: left;
	background: #DBCCB0;
	width: 180px;
	height: 100%;
	display: block;
}

.distr {
	color: #000033;
	display: block;
	white-space: normal;
	background-color: #d9c6aa;
	width: 90px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #938262;
	border-right-color: #938262;
	border-bottom-color: #938262;
	border-left-color: #938262;
	padding: 1px;
	font-size: x-small;
	font-weight: bold;
	text-transform: capitalize;
}

a {
	color: #963;
	line-height: 15px;
	text-decoration: none;
}
a:link {
	color: #963;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #963
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	height: 50px;
	z-index: 20;
	width: 100%;
}   /* mouse over link */
a:active {
	color: #963;
	text-decoration: none;
}   /* selected link */
