@charset "iso-8859-1";
/* 
Style Sheet 
*/

body			
			{
			background: rgb(12,26,36);
			background: linear-gradient(180deg, rgba(12,26,36,1) 0%, rgba(0,102,102,1) 60%);
			margin: 0px;
			padding: 0px; 
			font-family: Verdana, Arial, sans-serif;
			font-size: 10px;
			text-align: center;
			}
img
			{
    			max-width: 100%;
			}

#a1		
			{
			background-color: #000000;
			border-width: 0px 0px;
			border-style: solid;
			border-color: #000; 
			margin: 0px auto; padding: 4px;
			width: 560px;
			text-align: justify;
			}

#b2	
			{
			background-color: #FFFFEF;
			border-width: 1px 1px;
			border-style: solid;
			border-color: #C0C0C0; 
			margin: 0px auto; padding: 4px;
			width: 560px;
			text-align: justify;
			}


#c3		
			{
			background-color: #F7F3F7;
			border-width: 1px 1px;
			border-style: solid;
			border-color: #FFFFFF; 
			margin: 0px auto; padding: 4px;
			width: 560px;
			text-align: justify;
			}

/* Headings definition */

h1			
			{
  font-family: 'Gruppo', sans-serif;
  font-size:250%;
  font-style: normal;
  font-weight: 300;
  color: #999999;
  margin-bottom: 0.75em;
  line-height: 120%;
  
			}
h2			
			{
  font-family: 'Gruppo', sans-serif;
  font-size:300%;
  font-style: normal;
  font-weight: 300;
  color: #C0C0C0;
  line-height: 175%;
 
			}
h3			
			{
  font-family: 'Aleo', serif;
  font-size:125%;
  font-style: normal;
  font-weight: 300;
  color: #C0C0C0;
  line-height: 175%;
			}


/* Paragraph definition */

p	
			{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.50em;
  color: #C0C0C0;
			}
p			{
			padding-left: 10px;
			padding-right: 10px;
			}
li 			{
    			margin-bottom: 15px;
			}			
a:link		
			{
			font-family: 'Oswald', sans-serif;
			font-size:100%;
			color: #C0C0C0; font-weight: none;
			text-decoration: underline;
			}

a:visited	
			{
			color: #C0C0C0; font-weight: none;
			text-decoration: underline;
			}

a:active	
			{
			color: #0000FF; font-weight: none;
			}

a:hover		
			{
			color: #C0C0C0; font-weight: none;
            		text-decoration: underline #3CDBC1;
			}	
ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ABAAA5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

