html { font-size: 100%; font-weight: normal; font-family: arial,Verdana,Helvetica,sans-serif }

body {	text-align: justify; }

p.titlewrapper { font-size: 1.5em; text-align: right; background: #9999cc; color: black;
		border-style: outset; font-weight: bold; padding: 8px 10px 9px 5px;
		margin: -5px 0px 5px 0px;
	}

p.alert { 	font-size: larger; text-align: justify; color: red; background: yellow;
		font-weight: bold; 
		padding: 0px 0px 5px 5px;
		margin: 0px 0px 10px 0px  ;
		text-align: left;
		border-style: solid;
		border-width: medium;
		width: 100%;
	}

ul.clicklist  { list-style: outside none;
                margin: 0px;
        }

img.floatright	{ border-style: none; margin: 1% 0 1% 1%; float: right;
	}
img.floatleft { border-style: none; margin: 1% 1% 1% 0%; float: left;
	}
div.floatright  { border-style: none; margin: 1% 0 1% 1%; float: right;
	}
div.floatleft   { border-style: none; margin: 1% 1% 1% 0%; float: left;
	}

a:link {color: blue;}
a:visited {color: purple;}
a:hover { color: green; }
a:active { color: black; }
