/* CSS Document */

p, ul, li {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 15px
}
body {
	margin-right: 5%;
	margin-left: 10%;
}
a:link {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}
.color {
	color: #F00;
}
.gray {
	color: #C0C0C0;
}
