/* CSS Document */
h1, h2, h3, h4 { 
  font-family: 'Special Elite', Georgia;
} 

body { 
  font-family: 'Open Sans', Geneva;
  background-color:#EFEFF4;
  font-size: 95%;
}

.photoCaption { 
    font-size: xx-small;
    font-align:right;
    font-style: italic;

} 
.headerName { 
    font-size:xx-large;
    font-family: 'Special Elite', Georgia;
    text-align: left;
} 

.headerInfo { 
    font-family: 'Special Elite', Georgia;
    font-size:small;
    text-align: left;
} 


.headerRow { 
} 

.headerVisual { 
    float: left; 
    padding: 10px;
    vertical-align: text-top;
} 

.headerTextual { 
    text-align: left; 
    vertical-align: middle;
} 

.header { 
    width: 80%; 
    min-width: 720px;
} 

.headerLeft { 
    float : left;
} 
.headerRight { 
    text-align: right;
} 

img {
      vertical-align: bottom;
  }

/**
 * sections
 **/
.section { 
    width:80%;
    padding-bottom:30px;
    min-width:720px;
} 
.sectionHeading { 
    background-color:rgb(0,0,0);
    color:white;
    text-align:left;
    font-family: 'Special Elite', Georgia;
    font-size:large;
    padding-left: 3px;
    padding-top:5px;
    padding-bottom:3px;
    font-weight:bold;
    border-radius: 5px;
    margin-bottom:5px;
} 
.sectionBody { 
    width:98%;
    text-align:left;
} 

.courseName { 
    text-align: left;
} 

.courseDescription { 
    font-style: italic;
    vertical-align: text-top;
} 
.courseLinks { 
    text-align: right;
} 

td, th { 
    padding: 5px;
} 
td { 
    valign: bottom;
} 

/**
 * HEADINGS 
 **/

h1 { 
  font-size: 200%; 
  margin-bottom: 1cm;
  margin-top: 1cm;
  margin-left: 1cm;
  margin-right: 1cm;
} 
h3 { 
  background-color:rgb(0,0,0);
  color:white; 
  font-size:125%
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

