<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL STYLES */

body {	
	background-image: url('http://www.miracosta.edu/home/dlr/images/dna.gif');
	font-family: serif;
	font-size: 18px; color: #328193;
	background-color: #ffffff;
	margin: 10px;
	padding: 10px;
	border: 10px none;
}

.italics     { font-style: italic }

/* HEADINGS */
h1 {
	font-size: 20pt;
	color: #328193;font-weight:bold;
}
h2 {
	font-size: 18pt;
	color: #328193; font-family:serif; font-weight:bold;
}
h3 {
	font-size: 16pt;
	color: #328193; font-weight:bold;
}
h4 {
	font-size: 15pt;
	color: #328193; font-weight:bold;
}
h5 {
	font-size: 14pt;
	color: #328193; font-weight:bold;
}
h6 {
	font-size: 13pt;
	color: #328193; font-weight:bold;
}

.input {
	font-size: 12px;
}


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #328193;
	padding-right: 10px;
	padding-left: 10px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #328193;
	padding-right: 10px;

	padding-left: 10px;
}


#main {
	width: 80%;
	max-width: 1000px;
	background-color: #ffffff;
	border: solid black medium; /* remove if you don't want a border */
	margin: 2em auto;
	padding: 1em;
}

.copyright		{ font-family: serif; font-size: 10pt; font-style: italic; text-align:center }



.text_green_11B {
	color: #328193;
	font-weight:bold;
}
.text_green_12B {
	color: #328193;
	font-weight:bold;
}
.wavebg {
	background-image: url(../Images/wave_bg.gif);
	background-repeat: no-repeat;
}
.headers {
	font-weight: normal;
	color: #328193;
}

a 			{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 16px;
				color: #328193;
				font-style:italic; font-weight:bold;
 } 
	
a:link		{ 		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 16px;
				color: #328193;
				font-style:italic; font-weight:bold;
} 

a:hover {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 16px;
				color: #da2e00;
				font-style:italic; font-weight:bold;
}
				
.normallinks {
	color: #328193;
}
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #328193;
}

ol li {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #328193;
	background-color: White;
}

.sunbg {
	background-image: url(../Images/sun.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}
hr {
	color: #328193;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}


/* MAIN NAVIGATION MENU */
.mainlinks, :visited.mainlinks {
	font-size: 14px;
	font-weight: bold;
	color: #328193;
	text-decoration: none;
	padding-bottom: 5px;
}
:hover.mainlinks {
	color: #da2e00;
}
/* SUB NAVIGATION ITEMS */
.sublinks, :visited.sublinks {
	font-size: 10px;
	color: #328193;
	text-decoration: none;
	font-weight: bold;
}
:hover.sublinks {
	color: #da2e00;
}
/* FOOTER */
.footer {
	font-size: 10px;
}
.footertagline {
	font-size: 12px;
}
.footerlinks, :visited.footerlinks {
	font-size: 10px;
	color: #666666;
}
:hover.footerlinks {
	color: #da2e00;
}</pre></body></html>