@charset "utf-8";
/* CSS Document */

/******* /GENERAL RESET *******/
/******* REUSE *******/
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	color:#333333;
	/* color: #6ea6fb; */
	line-height: 1.8em;
}
h2{
	font-size: 22px;
}

ul{
	list-style: inside;
}

/******* CONTENT *******/
#content{
	color:#000000; 
	/* color: #7e7e7e; */
	margin: 0 0 20px 0;
	line-height: 1.3em;
	font-size:14px;
	/* font-size: 11px; */
	/* 
	min-height: 470px;
	height:470px;
	*/
}
#content p{
	margin-bottom: 0.7em;
}


#content a{
	font-weight: 500;
	color: #0000FF/*#333333*//*#6fa5fd*/;
	/*border-bottom: 1px dotted #6fa5fd;*/
}

#content a:hover{
	font-weight: 500;
	color: #0099FF/*#333333*//*#6fa5fd*/;
	/*border-bottom: 1px dotted #6fa5fd;*/
}
