@charset "utf-8";
/* CSS Document */

html {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:justify;
}

.container p {
	margin:20px;
}

.container ul {
	margin:20px;
}

.container img {
	padding:0px;
	margin:20px;
	border:none;
}

.container h2 {
	text-align:center;
}

.container object {
	text-align:center;
}

.highlight {
	color:#F00;
}


/* LINKS */
.container a, .checklist a, a {
	color:#009;
	text-decoration:none;
}

.container a:hover, .checklist a:hover, a:hover {
	color:#00F;
	text-decoration:underline;
}

.container a:visited, .checklist a:visited, a:visited {
	color:#009;
}
/* END LINKS */


.webname {
	color:#F30;
}

.smallTxt {
	font-size:14px;
}

h1 {
	text-align:center;
	color:#C00;
}

h2 {
	color:#C00;
}

h3 {
	text-align:left;
	color:#C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	text-align:center;
}

ol {
	margin-right:30px;
}


.deleteEntry {
	background-image:url(../images/x-mark.png);
	background-position:left;
	background-repeat:no-repeat;
	float:right;
	font-size:12px;
	display:block;
}

.deleteEntry a {
	text-decoration:none;
	padding:0px 0px 0px 15px;
	display:block;
}

.deleteEntry a:hover {
	text-decoration:none;
}

