p {
	font-size:10px;
	background:rgba(0, 0, 0, 0.5);
	font-family:Arial;
	text-transform:uppercase;
}
p:hover {
	font-size:10px;
	background:rgba(0, 0, 0, 1);
	font-family:Arial;
	text-transform:uppercase;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style_articles {
font-size: 14px;
color:#FFFFFF;
font-weight:bold;
}

.own_style {
font-size: 14px;
color:#FFFFFF;
font-weight:bold;
padding:15px;
background:rgba(0, 0, 0, 0.5);
}

.own_style:hover {
font-size: 14px;
color:#FFFFFF;
font-weight:bold;
padding:15px;
background:rgba(0, 0, 0, 0.5);
}