body	{
	background:	#aaaaff;
	color:		  #000000;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
}

.main{
        padding:  1%;
}

a {	text-decoration: 	none;}
a:link 		{	color: 	blue; 	 }
a:hover 	{	color:	red; 	   }
a:active 	{	color:  #5511AA; }
a:visited {	color: 	#2200AA; }

a:link.local    {	color: 	blue; 	 }
a:hover.local   {	color:	green;   }
a:active.local  {	color:  #1155AA; }
a:visited.local {	color: 	#0022AA; }

H2, H3, H4, H5  {
              	background:	white;
                color:                          #770022;
                font-family:    sans-serif;
                margin-top:             4%;
                /*margin-left:  1ex;*/
}
H2{ font-size: large  }
H3{ font-size: medium }

A IMG{
        border-style: none;
}

.tt { font-family: courier }

.banner {
        text-align: 		center;
        background: 		#88BBDD;
        color:          #2255BB;
        border:         none;
        width:          100%;
        padding: 				.5ex;
}

.title {
        font-family:    Verdana, Helvetica, sans-serif;
        font-weight:    bold;
        font-size:      xx-large;
				vertical-align:	middle;
}

.photo{
				vertical-align:	middle;
}

.uplink{
				text-align:			left;
				font-size:			small;
}

.contentdata {
       background: 			white;
       color:           black;
       border:          none;
       width:           100%;
       padding: 				.5ex;
}

P       .contentdata{
        margin-left:    1ex;
}
.footer{
        text-align:             right;
        font-style:             italic;
        font-size:              x-small;
				float: 									right
}

/*.teaching{
       background: 			white;
       color:           white;
}*/
