/* CSS Document */
body
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
a
	{
	color: #CC3300;
	}
	
h2
	{
	font-weight: normal;
	}
	
ul
	{
	font-size: 80%;
	line-height: 150%;
	list-style-position: outside;
	list-style-type: none;
	padding: 0.5em;
	margin-left: 2em;
	}
li
	{
	line-height: 150%;
	padding: 0.25em;
	}
	
ul ul
	{
	list-style-type: square;
	list-style-position: outside;
	}
	
li li
	{
	font-size: 120%;
	}
	
.date
	{
	color: #666666;
	}
	
.position
	{
	font-size: 150%;
	font-weight: bold;
	padding: 0.25em 0 0.25em 0;
	}
	
.contest
	{
	font-size: 120%;
	font-weight: bold;
	}
	
.exposure
	{
	font-size: 120%;
	font-weight: bold;
	}
	
.institution
	{
	font-size: 120%;
	font-weight: bold;
	}
	
.subcomp
	{
	font-weight: bold;
	}
	
.floatleft
	{
	float: left;
	padding-right: 2em;
	}
	
.floatright
	{
	float: right;
	}