a  {
	text-decoration : none;
}

a:Hover  {
	color : #CC3300;
	text-decoration : none;
	background : #FFFFCC;
}

a:Active  {
	color : #FF0000;
}

a:Visited  {
	color : #000088;
}

sup  {
	font-size : x-small;
}

p  {
	font-size : medium;
}

li  {
	font-size : medium ;
}
td  {
	font-size : x-small;
}

pre  {
	font-size : x-small;
	font-family : Courier;
	color : #333333;
}

dt  {
	font-weight : bold;
}

body  {
	color : #000000;
	background-color : #FFFFFF;
}

.box_coloured  {
	background-color : #EEEEFF;
	border-width : 1;
	border-color : #CCCCFF;
	border-style : solid;
	padding : 3;
	margin : 3;
}

.box_white  {
	background-color : #FFFFFF;
	border-width : 1;
	border-color : #CCCCFF;
	border-style : solid;
	padding : 3;
	margin : 3;
}

.maintitle  {
	font-size : x-large;
	font-weight : bold;
}

.author  {
	font-size : medium;
	font-weight : bold;
}

.institution  {
	font-size : x-small;
	font-style : italic;
}

.date  {
	font-size : small;
	font-weight : bold;
	font-style : normal;
}

.abstract  {
	font-size : small;
}

.comment  {
	color : #005500;
}

.em  {
	color : #000077;
	font-weight : bold;
}

.strong  {
	color : #CC0000;
}
.subsubtitle  {
	font-size : small;
	font-weight : bold;
}
.subtitle  {
	font-size : medium;
	font-weight : bold;
}

.title  {
	font-size : large;
	font-weight : bold;
}

.code  {
	font-size : x-small;
	font-family : Courier;
}
.error {
	font-size : medium;
	font-weight : bold;
	color : #000000;
	background : #FFFF00;
}


