/* http://www.ime.usp.br/tycho/style/tycho_index_styles.css */
/* Use with /index.html  */
/* HTML tag styles                             */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
li{
	margin-bottom: 15px;
}
ul{
 list-style-type: circle;
}
.index_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: normal;
	color: #666666;
	font-weight: bold;
}
.index_links a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003333;
	text-decoration: none;
}
.index_links a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003333;
	text-decoration: none;
}
.index_links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding-top: 40px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #333333;
}

