/* stylesheet for 'the juad network' */
/* based on that for the routerpanel */

body {
	margin-top: 5px;
	margin-left: 5px;
	background-color: #eeeeee;
	font-family: Times, serif;
	font-size: 12px;
}

a {
	color: #aa5500;
	font-size: 16px;
}
a:hover  { color: #000088; }
a:active { color: red; }

h1 {
	font-family: Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
}

h4 {
	font-family: Arial,sans-serif;
	font-size: 16px;
}

.pre {
	font-family: Monaco,monospace;
	font-size: 10px;
}

.nfraclink {
	font-family: Courier New,Courier,monospace;
	font-size: 16px;
	color: #aa5500;
	text-decoration:none;
}

/* dynamic information */
.dynamic { color: #000088; }

/* error messages */
.error { color: red; }

