/* By Ritesh Khadgaray .
For all pages on this site.
These comments are meant for me and not u.
*/

/* For tags */
html{
  background-color: #a09c80;
  font-family: arial, helvetica, sans-serif;
}

body {
  background-color: #c6b375;
  margin: 1em 2em 1em 2em;
  padding: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

p {
	text-indent : 1em;
	color : black; 
	text-decoration : none;
}

a{
    color: blue;
}
a:hover {
  color: blue;
  background-color: yellow;
  text-decoration: none;
}
a:visited {
    color: purple;
}

/* Class sharing crap */

.banner{
	text-align: center;
	border: thin solid;
	padding: 6px;
	background-color: #a09c80;
	border-color: #c8c8c8;
	text-decoration: underline;
}

.warning {
	background-color: silver;
	color: black; 
	font-size: 10px; 
	text-align: center;
	font-style: italic;
}

.content {
	padding-left: 120px;
}

.menu {
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
/*	border-color: #c8c8c8;
	font-size: 90%;
	width: 40px; */
	border: 0.16em solid #000030; 
	background: #FFEFD0; 
}

.menutitle{
	text-decoration: none;
	background: black; 
	color: white;
}

.menutext{
	padding: 1px;
	background: #f9e6ac;
	border: 1px solid white; 	
	border-left: none;
	border-right: none;
}

/* EOF */