/* Normal, standard links. */
a:link
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
	color: #803D0D;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#assignment {
	color: #ffffff;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. *2F
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #FFFFFF;
	font-family : "Verdana";
}



/* Picture Galery */
#container
{
	text-align:justify;
	padding-top:auto;
	margin-left:20px;
	margin-right:20px;
	width:80%;
}

#middlecontent
{
	padding-top:2em;	
	text-align: center;
	width:100%;
}

#picturelist {
	width:600px;
	height:400px;
	padding: 20px 60px;
}

#picturelist li {
list-style:none;
float:left;
margin-right:20px;
margin-bottom:10px;
font-weight:bold;
color:#777777;
}

#picturelist img{
display:block;
border:2px solid #CE3095;
}

#picturelist img:hover{
border:2px solid #F4C0DA;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}

#paginglist
{
	height:5px;
	list-style:none;
	font-size: 14px;
}

#paginglist li
{
	display:inline;
}

#paginglist li a
{
	font-size: 0.8em;
	font-weight:bold;
	color: #D00073;
	text-decoration:none;
}

#paginglist li a:hover
{
	border-bottom:5px solid #D00073;
}
