a:link { color: #FF7F00; font-weight: bold; text-decoration: none}
a:visited { color: #1C96C3; font-weight: bold; text-decoration: none}
a:active { color: #FF7F00; font-weight: bold; text-decoration: none}
a:hover { color: #FF7F00; font-weight: bold; text-decoration: underline}

.warning {
	color: ff7f00;
}
.note{color: #33a02c;
}
.fixme .label {
	background: #C6C600;
}


body {
	font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 100%; 
	background-color:#ffffff;
	background: url('images/line_top.jpg') repeat-x}

.h1, .h2, .h3, .h4, .h5, .h6	{
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #1c96c3;
	margin-top: .5em;
	margin-bottom: .5em;
}

.h1 {
    margin-top: 0;
    margin-bottom: 1em;
	font-size: 1.4em;
}

.h2 { font-size: 120%; }
.h3 { font-size: 100%; } 
.h4 { font-size: 90%; } 	
.h5 { font-size: 80%; }
.h6 { font-size: 75%; }

p {
	line-height: 170%;
	text-align: left;
	margin-top: .5em;
	margin-bottom: 1em;
}

#content li,
#content th,
#content td {
	line-height: 170%;
}

#content .attribution { 
	text-align: right; 
	font-style: italic; 
	font-size: 85%;
	margin-top: 1em;
}

.codefrag {
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
}.menu {
	font-size: 75%;
}
.content {
	font-size: 12px;
}
