﻿html{
 background: url(images/4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body
{
	text-align:right;
	margin:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}

.titol
{
margin-right:200px;
margin-top:20px;
}

.bio
{
margin-top:10px;
margin-right: 290px;
}

#button {
padding: 30px;
margin-left: 590px;
border-radius: 5px 30px 45px 60px;


}

#button li {
display: inline;
border-radius: 5px 30px 45px 60px;
}


#button li a {
font-family: Arial;
font-size:11px;
text-decoration: none;
float:left;
padding: 10px;
background-color: #343432;
color: #fff;
border-radius: 5px 30px 45px 60px;
}

#button li a:hover {
background-color: #50514e;
margin-top:-2px;
padding-bottom:22px;
border-radius: 5px 30px 45px 60px;
}


.sr1
{
font-family: 'Arial';
font-size: 16px;
text-align:justify;
width:55%;
padding: 20px;
margin-left:430px;
background-color: #222222;
margin-top:20px;
margin-bottom:15px;
color: #FFFFFF;
border-radius: 15px;
opacity:0.8;
}
  


}

a:link {
    color: red;
}

/* visited link */
a:visited {
    color:red ;
}

}

/* selected link */
a:active {
    color: red;

}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}



