
/* GENERAL STYLE GUIDE */
BODY	{

	background: none transparent;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal; 
	line-height: normal;
	color: #000000;
}

a:link		{
		color: #D34530;
		font-variant: all-small-caps;
		font-style: oblique 50deg;
		font-weight: normal;
		font-size: 1.25em;
		line-height: 1.1em;
		text-decoration: underline #000000;
}

a:hover	{
	color:  #000000;
	font-variant: all-small-caps;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.1em;
	text-decoration: underline #F7D456;
}

a:visited	{
	color:  #D34530;
	font-variant: all-small-caps;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.1em;
	text-decoration: underline #000000;
}

em		{
	font-size: 1.1em;
	text-decoration: underline #F7D456;
}

.pj			{
	position: fixed;
	top: 10px;
	right: 10px;
	margin: 5px;
	border-style: solid;
	width: 150px;
	height: 150px;
}