/******************** global ********************/
* 
{
	margin: 0; 
	padding: 0;
	font-family: "Times New Roman";
}

html, body 
{
	height: 100%;
	background-color:#272936
}

body 
{
	color: #CCCCCC;
	text-align: left;
	margin: 0;
	padding: 0;
	font: normal;
}

img
{
	border: 0px;
}

ul
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
}
	
li
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
	color: #ff5a00;
}

a
{
	color: #FFFFFF;
	text-decoration: underline;
}
 
a:hover
{
   color: #999999;
} 

a#modern
{
	border-bottom: 1px dashed;
	text-decoration: none;
}

a:hover#modern
{
	border-bottom: 1px dashed;
	text-decoration: none;
	color: #999999;	
}

a#lang
{
	color: #cccccc;
	font-size: 16pt;
	font-style: italic;
	text-decoration: none;
}

a:hover#lang
{
	color: #999999;
	font-style: italic;
}

#service_git
{
	font: "Times New Roman Cyr";
	font-size: 13pt;
	line-height: 1.3em;
}

#service_git p
{
	color: #ff5a00;
	font-weight: bold;
}

