/*Формат на статиите към портала*/

#paper {
	text-align: justify;
	margin-right: 50px;
	margin-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
.accent {
	font-style: italic;
	font-weight: bold;
}

#paper h1 {
	text-align: center;
	margin-bottom: 0px;
}
#paper h2 {
	font-style: italic;
	font-weight: normal;
	font-size: medium;
	margin-top: 0px;
	text-align: center;
}
#paper .sub {
	font-size: small;
	font-style: italic;
	margin: 0px;
	text-align: right;
}


#paper p {
	margin-bottom: 0px;
}
#paper a {
	color: #000000;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: dotted;
}
#paper a:hover, a:focus {
	border-width: 2px;
	border-bottom-style: groove;
}

