body	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	color: white;
	background-color:#000;
	text-align: left;
}

#blog {
	font-family: Arial, sans-serif, Helvetica;
	padding: 1%;
	font-size: 100%;
	background-color: #000033;
	color: white;
	border:none; 
	width:60%;
}

#menu {
	position: absolute;
	top: 1%;
	right: 1%;
	left: auto;
	margin: 2%;
	padding: 1.0em 1.0em;
	color: #fc0;
	background: #000;
	text-align:center;
	border-top: 0;
	border-right: 0;

	width: 25%;/*ie5 box fix begins*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 22%;
	}
html>body #menu {
	width: 22%;/*ie5 box fix ends*/
	}
body>#menu {/*nasty dodge to deal with ie pc's unbelievable lack of position:fixed support*/
	#position: fixed;
	}


h1, h2, h3, h4, h5, b, strong	{ 
	font-weight: bolder;
}

h1, h2, h4, h5, h6	{font-family:  Arial, Helvetica, sans-serif; }

h2 { font-size: 400%;
	color: #cccccc;
	}
	
h3	{
	font family: Times, Times New Roman;
	font-size: 100%;
	line-height: 100%;
	text-align: left;
	color: #EBC74C;
	font-weight: normal;
}

h4	{
	font family: Times, Times New Roman;
	font-size: 40%;
	line-height: 100%;
	text-align: left;
	color: #EBC74C;
	font-weight: normal;
}

h6	{
	font family: Times, Times New Roman;
	font-size: 80%;
	line-height: 50%;
	text-align: left;
	color: #9999ff;
	font-weight: normal;
}

p.blog {
	font-size: 90%;
	line-height: 100%;
	text-align: left;
	color: grey;
	font-weight: normal;
}
p.delicate {
	font-size: 70%;
	line-height: 100%;
	text-align: left;
	color: black;
	font-weight: normal;
}
p.quote {
	font-family: Times, Times New Roman;
	font-size: 100%;
	line-height: 100%;
	text-align: left;
	color: yellow;
	font-weight: normal;
}


p.small {
        font-family: Times, Times New Roman;
        font-size: 50%;
        line-height: 100%;
        text-align: left;
        color: yellow;
        font-weight: normal;
}
p.error {
	font-family: Courier, Courier New, Monaco;
	font-size: 80%;
	line-height: 100%;
	text-align: left;
	color: white;
	font-weight: normal;
}

h1	{
	font-size: 100%;
	line-height: 100%;
	text-align: left;
	color: red;
	font-weight: bold;
}

