/*  this is a CSS for Virtual University exercises */

body {
	font-family: Verdana, Arial, serif;
	text-align:center;
}

h1 {color:green;}


h3 {font-weight:bold;}

p {font-size:12px;}

a:hover {color:maroon;}
a:visited {color:grey:}

.topic {font-weight:bold; color:green; font-size:medium;}
.number {color: green; font-weight:bold; font-size:90%;}
.guide {font-size:80%;}
.comment {font-size:80%; font-weight:bold;}

/* for the comment pages */

h2 {color:green; background-color:silver;}

.detail {margin-left: 25%; text-align:left; width: 50%}
.linker {text-align:right; background-color:silver; font-weight:bold;}
