/* main styles */

body, table, tr, td, p {
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: red;
}

/* text styles */

.plasmaheader {
	font-size: 20px;
	font-weight: bold;
}

.header {
	font-size: 16px;
	font-weight: bold;
}

.code {
	font-family: monospace;
}
