body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	background-image: url(http://farm4.static.flickr.com/3077/3225692047_88b8dca15d_o.jpg);
	font-color: #ffffff;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #CCCCCC;
}

ul {
    list-style: none;
}

li {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-bottom: 18px;
}

.row {
	font-style: italic;
	font-weight: bold;
}

.row-end {
	background-color: #ffffff;
	font-size: 20px;
}

.row1 {
	background-color: #01AEF0;
}

.row2 {
	background-color: #EC2A8B;
}

.row3 {
	background-color: #FEF200;
}

.message {
    font-style: italic;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}

a.delete {
    float: right;
    color: #000;
    font-size: 12px;
    font-style: normal;
}

a.delete:hover {
    text-decoration: underline;
}