

@import url(common.css);

a.spec{
	color: #C90260;
}


a.spec:visited {color: #C90260; background-color: transparent; text-decoration: none;}  /* visited link */
a.spec:active {color: #C90260; background-color: transparent; text-decoration: none;}   /* selected link */
a.spec:hover { color:#ff00ba; background-color: transparent; text-decoration: none;}   /* mouse over link */
/*
body {
	backgroun-color: #000000;
	color: #C90260;
}
*/
img {
	float:left;
	margin-right: 15px;
	margin-top: 0px;
}

#cv {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

#contacts{
	margin-top: 20px; 
	margin-left: 20px;
	margin-right: 20px;
}

p:first-letter{
	float:left;
	width:0.7em;
	font-size:400%;
	line-height:80%;
	margin-right: 5px;
}

