/* CSS Document */

body {	
	font-size: 12px;
	font-family: arial, sans-serif;
	}
	
p,ul,td {	
	font-size: 12px;
	font-family: arial, sans-serif;
	}
	
a:link {
	color: #f00;
	text-decoration: none;
	}
a:visited {
	color: #900;
	text-decoration: none;
	}

a:hover {
	color: #900;
	text-decoration: underline;
	}

a:active {
	color: #f00;
	text-decoration: underline;
	} 
	
/*A bunch of stuff to make the corner thing work, maybe: */

div.Article {
  background: 
	url(images/custom_corners_topleft.gif) 
  top left no-repeat;
  width:550px;
  }
div.Article h2 {
  background: 
	url(images/custom_corners_topright.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:15px;
  margin:0;
  }
 div.Article h3 {
  background: 
	url(images/custom_corners_topright.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:10px;
  margin:0;
  border-bottom: thin dashed blue;
  }
 
div.ArticleBody {
  background: 
	url(images/custom_corners_rightborder.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter {
  background: 
	url(images/custom_corners_bottomleft.gif) 
  bottom left no-repeat;
  }
 div.gradebookFooter {
  background: 
	url(images/custom_corners_bottomleft.gif) 
  bottom left no-repeat;
  }
div.ArticleFooter p {
  background: 
	url(images/custom_corners_bottomright.gif) 
  bottom right no-repeat;
  display:block;
  padding:10px;
  margin:0 0 0 0;
  border-top: thin dashed blue;
  }
  
 div.gradebookFooter p {
  background: 
	url(images/custom_corners_bottomright.gif) 
  bottom right no-repeat;
  display:block;
  padding:10px;
  margin:0 0 0 0;

  }
  #row {
  	border-top: thin solid blue;
	border-bottom: thin solid blue;
	}
