.studies {
	font-family: Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	list-style-type: disc;
	cursor: normal;
}
p  {
    font-family: Tahoma;
	font-size: 100%; 
	text-align: justify;
	color: #333333;
	}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	text-align: left;
	line-height: 120%;
	color: navy blue;
	text-transform: uppercase;
	}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align : center;
	line-height: 150%;
	margin: 0;
	color: light grey;
	}
h2 {
	font-size: 120%;
	text-align : left;
	line-height: 120%;
	margin: 0;
	color: navy blue;
	}
h4 {
	font-size: 110%;
	margin: 0;
	text-align: left;
	line-height: 130%;
	color: navy blue;
	}
a   {
    font-family: Tahoma;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	color: #3333FF;
	cursor: hand;
	}
a:active {	
    color: #FF9900; 
	text-decoration: none;
	}
a:visited { 
    text-decoration: none 
	}
a:hover { 
    color: #FF9900;
	text-decoration: underline; 
	cursor: hand;
	}
li  {
	line-height: 120%;
	font-family: Tahoma;
	text-align: justify;
	}
ul  {
    line-height: 140%;
	font-family: Tahoma;
	text-align: justify;
	}	

	
