body
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  background-image: url(https://www.math.duke.edu/images/dm-bg-blbl3.jpg);
  background-repeat: repeat-x;
}

body A
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  text-decoration: underline;
}

a:hover {color : #003fff; text-decoration:underline}
 
.body3
{
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
}
 
.body3 A
{
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
  text-decoration: underline;
  color: #000000;
}
 
.body3 A:hover
{
  color : #003fff;
}
 

.body2
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  /* font-color: #000000; */
}

.body2 A
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  text-decoration: underline;
  color: #165bba;
}

.body2 A:hover
{
  text-decoration: none;
  color : #486fff; 
}


.note
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
}
       
.note A
{
  color: #1129c4;
  font-size: 11px;
  text-decoration: none;
}
 
.note A:hover 
{
  text-decoration: underline;
}
       
.title
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 14pt;
}

.mathtitl A
{
  font-family: Ariel Black,sans-serif;
  text-transform: none;
  color: #2643ff;
  font-weight: bold;
  font-size: 29px;
  text-decoration: none;

}

.mathtitl A:hover
{
  color: #4788fd;
  font-weight: bold;
  text-decoration: none;
}

.mathlinks 
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #510000; 
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}


.mathlinks A
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #053282;   
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.mathlinks A:hover 
{
  color : #003fff;
  text-decoration: underline;
}

.title1
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 18px; 
  font-weight: bold;
  color:#a80319
}

.title2
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #053282;
  font-weight: bold;
  font-size: 14px;
}

.title2 A
{
  color: #053282;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.title2 A:hover
{
  color: #003fff;
  font-weight: bold;
  text-decoration: underline;
}


.title3
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

.title3 A
{
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.title3 A:hover
{
  color: #003fff;
  font-weight: bold;
  text-decoration: none;
}

.title4
{
  color: #a80319;
  font-weight: bold;
  font-size: 15px;
}

.title4 A
{
  color: #a80319;
  font-weight: bold;
  text-decoration: underline;
}


.foot  
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: red;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;

}

.foot A
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #ccff66;
  font-weight: bold;
  text-decoration: none;
}

.footlinks
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #a50303;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.footlinks A
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #053282;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}


.title A
{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.contenttable
{
  border: 1px black solid;
} 

ul.children
{
margin-left: 0px;
margin-top: 8px;
margin-bottom: 0px;
line-height: 17px;
color: inherit;
list-style-type: disc;
list-style-image: url(/styles/images/sub_list.gif);
list-style-position: outside;
}
 

/* ul.parent 
{
color: ;
list-style-image: url(images/bullet-list.gif);
list-style-position: outside;
} */

 
.sectiontitle
{
  list-style: square;
  padding-left: 1px;
  list-style-image: url(/styles/images/bar-bullet.gif);
}

ul
{
  list-style: square;
  list-style-image: url(/styles/images/blue-bullet.gif) ;
}

ul ul
{
  list-style: square;
  list-style-image: url(/styles/images/sub_list.gif);
}

.reddotline
{
  margin-top:5px; 
  margin-bottom:5px; 
  border-bottom-width: 1px;
  border-bottom-color: #990000;
  border-bottom-style: dotted;
}

/* get rid of outline on click */
a:focus {
     -moz-outline: none;
     outline: none; 
}

