@charset "UTF-8";
/* CSS Document */

*{margin:0;
padding:0;}

body{
	font-family:"Times New Roman", Times, serif;
	
	font-size:31px; 
	letter-spacing:0.04em;
	line-height: 42px;
	
	}

#container{
	width:1020px;
	height:300px;
	margin-left:25px;
	margin-top:25px;
	}
	
#left{
	width:245px;
	height:200px;
	float:left;
	font-size:9px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:13px;
	text-transform:uppercase;
	color: #000;
	font-weight:bold;
	}
	
#left p{ margin-bottom:7px;
margin-left:3px;
}
	
#left img{ margin-bottom:318px;}
#left a:hover { text-decoration:underline;}
	
	
#content{
	width:775px;
	float:left;
	}

.green{
	border-bottom: #09ff13 solid 2px;
	
}
	
.blue{
	border-bottom: #0200fc solid 2px;
	}
	

.turkis{
	border-bottom: #00feff solid 2px;
	}
.violet{
	border-bottom: #fc05f2 solid 2px;
	}
.yellow{
	border-bottom: #ffff00 solid 2px;
	}
	
.red{
	border-bottom: #ff1919 solid 2px;
	}

.aquamarine{
	border-bottom: #ADFF2F solid 2px;
	}

.darkmagenta{
	border-bottom: #8B008B solid 2px;
	}
	
.indigo{	
	border-bottom: #FF7F50 solid 2px;
	}


	a{ color:#000;
	text-decoration:none;}
#content a:hover{
	border-bottom: #fff  dashed 2px;
	}

.black{
	color:#000;
	}