﻿#curriculum_nav a:link, #curriculum_nav a:visited {
    color:#003300;
	border-bottom-color:#003300;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

#curriculum_nav a:active, #curriculum_nav a:hover {
    color:#FF6633;
	border-bottom-color:#FF6633;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

#course {
    background-color:#ff9933;
    border: solid 1px #000000;
    margin-bottom: 20px;
    color: #000000;
    padding:5px;   
}

h4 {
    font-size: 20px;
    color: #006600;
    text-decoration: underline;
}

#number {
    float:left;
}

#credit {
    float:left;
}

#gradeLevel {
    float:right;
}

#prerequisite {
    float:right;
}