/* 
Stylesheet for www.etp.physik.uni-muenchen.de
Author: Johannes.Elmsheuser@physik.uni-muenchen.de
*/

  body {
         background : #ffffff;
	 font-family : Verdana, Lucida,sans-serif;
	}

  body,tr,td {
         font-size : 14px;
	}
	table {
		background : ;
		border-color : blue;
   }
  a {
         color : #003399;
	 text-decoration : none;
        }

  a:hover {
         text-decoration : underline;
        }

  tr.titleBarTop {
         background : #003399;
        }

  tr.tableBody1 {
         background : #eeeeee;
        }

  tr.tableBody2 {
         background : #ffffff;
        }
 
  td.tableOutline1 {
	 background : #999999;
	}

  td.tableOutline2 {
         background : #9999ff;
	}

  td.tableHead1 {
         font-size : 15px;
			font-weight : bold;
	      background : #7777ff;
			align : center;
	}

  tr.tableHead2 {
         background : #ccccff;
	}

  td.tableHead2 {
         font-size : 15px;
			font-weight : bold;
         background : #ccccff;
	}

  td.footerOutline {
         background : #a0b8c8;
	}

  td.small {
	 font-size : 9px;
	}

  td.yellow {
	 font-size : 14px;
	 background : #fafabe;
	}

  td.lightblue {
	 font-size : 14px;
	 background : #ccffff;
	}

  tr.footerBody {
         background : #ffffff;
	}

  .title {
         font-size: 30px;
         font-weight : bold;
         color : #ffffff;
        }

  .heading {
         font-size : 15px;
         font-weight : bold;
        }
