body{
    font-family: sans-serif;
	color: #333333;
	background-color: #ffffff;
}
a{
	font-weight:bold;
	text-decoration:none;
	color: #2780e3;
}
a:link, a:visited, a:active{
    font-weight:bold;
	text-decoration:none;
	color: #2780e3;
}
a:hover{
	text-decoration: underline;
}

#wrapper{
	width: 600px;
	margin:40px auto;
}

.tag {
	font-family: Courier;
/*	font-size: .9em;*/
}

li img {
	width: 550px;
}

.blue-text {
	color: blue;
}

#color {
	color: red;
}

#background-color {
	background-color: yellow;
}

#border {
	border: 1px blue dotted;
}

#font-size {
	font-size: 2em;
}
