/* This is the Eduneer CSS file */
body {
 font-family: helvetica, arial, sans-serif;
 font-size: 11px;
 line-height: 140%;
 color: black;
 background-color: white;
 margin-top: 0;
 margin-left: 2em;
 margin-bottom: 20%;
}
p.large {
 font-size: 100%; 
 line-height: 110%;
}
ul.large {
 font-size: 115%; 
 line-height: 110%;
}

/* color: #006000; */
/*  font-size: 200%; */
/* line-height: 200%; */

h1 {
 font-size: 135%;
 line-height: 135%;
 color: black;
 margin-bottom: .4em;
}

/* font-size: 150%; */
/* line-height: 150%; */

h2 {
 color: black; 
 margin-bottom: .4em;
}
td {
 font-family: helvetica, arial, sans-serif;
 font-size: 12px;
 line-height: 150%;
 color: black;
 background-color: white;
 margin-top: 0;
 margin-left: 2em;
 margin-bottom: 20%;
}
td.small {
 font-family: helvetica, arial, sans-serif;
 font-size: 12px;
 line-height: 120%;
 color: black;
 background-color: white;
 margin-top: 0;
 margin-left: 2em;
 margin-bottom: 20%;
}
td.large {
 font-family: helvetica, arial, sans-serif;
 font-size: 120%;
 line-height: 120%;
 color: black;
 background-color: white;
 margin-top: 0;
 margin-left: 2em;
 margin-bottom: 20%;
}
a:link {
 color:#4A2000;
 font-weight: bold;
}
a:visited {
 color: #006000;
 font-weight: bold;
}

