html *
{
	margin: 0;
	padding: 0;
}
* html
{
	font-size: 100%;
}
body
{
	font-size: 62.5%;
/* establishes 1em = 10px as baseline, for full flexible sizing */

	font-family: arial,verdana,helvetica,sans serif;
/*
	color: #e6e6e6;
*/


background-color:#fff;

}
html>body
{
	font-size: 10px;
}

#content
{
	width: 39em;
	background-color: #fff;
	padding: 1em;
	height: auto;
	margin: auto;
}

a:link {color:#9b0003;font-weight: bold;}
a:hover {color:#ffff83;font-weight: bold;}

#content a:visited {color:#730d23;}

/*
strong, b {color:#fff}
*/

#content p {font-size: 1.2em;margin-top:1em;line-height:1.4em;}

img {border: none;}

#article h3 {font-size:1.6em;margin-top:1em;}

#article #postDate  {font-size:1.2em;margin-top:1em;}


#phpList {font-size:1.2em;}

#phpList h3 {font-size:1.4em;}

.attributename  {
	font-size : 1em;
/*
	color : #e6e6e6;
*/
	text-decoration : none;
}

.attributeinput  {
	font-size : 1em;
	text-decoration : none;
	padding:.5em;
}

.required {
	font-size : 1em;
	color : red;
	text-decoration : none;
	font-weight: bold;
}
