@charset "ISO-8859-1";

/*
body {
	background-color: #903;
}
*/
/* unvisited link */
#popup a:link {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	background-color: black;
	}
/* selected link */
#popup a:active {
	font-family: "Courier New", Courier, monospace;
	color: #075b07;
	background-color: #3cf0a5;
}
/* visited link */
#popup a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	background-color: black;
}

/* mouse over link */
#popup a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #903;
    font-weight: bolder;
	background-color: black;
}



/* unvisited link */
#news a:link {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	background-color: black;
	}

/* selected link */
#news a:active {
	font-family: "Courier New", Courier, monospace;
	color: #075b07;
	background-color: #3cf0a5;
}

/* visited link */
#news a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	background-color: black;
}

/* mouse over link */
#news a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #903;
    font-weight: bolder;
	background-color: black;
}


/* unvisited link */
#green a:link {
	font-family: "Courier New", Courier, monospace;
	color: #075b07;
	font-weight: bold;
	}

/* visited link */
#green a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #075b07;
	font-weight: bold;
}

/* mouse over link */
#green a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #903;
	font-weight: bold;
}

/* selected link */
#green a:active {
	font-family: "Courier New", Courier, monospace;
	color: #075b07;
}
/* unvisited link */
#nav a:link {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	background-color: black;
	}

/* visited link */
#nav a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	background-color: black;
}

/* mouse over link */
#nav a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #903;
    font-weight: bolder;
	background-color: black;
}

/* selected link */
#nav a:active {
	font-family: "Courier New", Courier, monospace;
	color: #075b07;
	background-color: #3cf0a5;
}

/* unvisited link */
#subnav a:link {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	background-color: black;
	}

/* visited link */
#subnav a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	background-color: black;
}

/* mouse over link */
#subnav a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #903;
    font-weight: bolder;
	background-color: black;
}

/* selected link */
#subnav a:active {
	font-family: "Courier New", Courier, monospace;
	color: #075b07;
	background-color: #3cf0a5;
}
a img {
display: block;
}

.subtitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #000;
}
.subtitleWhite {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: white;
}
.subtitle mail {
	font-size: 21px;
}
.linkmenu {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.subinfo {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFF;
}

.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 46px;
	font-weight: bold;	
}

.titleNews {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #075b07;
	background-color: #3cf0a5;
}
.maillink {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #F90;
}
.smalltitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
}
.smalltitleWhite {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	color: white;
}
.smalllink:link{
	font-family: "Courier New", Courier, monospace;
    color: white;
	background-color: black;
}
.smalllink:visited{
	font-family: "Courier New", Courier, monospace;
    color: white;
	background-color: black;
}
.smalllink:active{
	font-family: "Courier New", Courier, monospace;
    color: white;
	background-color: black;
}
.smalllink:hover{
	font-family: "Courier New", Courier, monospace;
    color: #903;
    font-weight: bold;
	background-color: black;
}

.text{
	font-family: "Courier New", Courier, monospace;
	font-size: 19px;
	color: white;
	background-color: black;
}

.textNews{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	width: 50%;
}

.p_bio{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align:center;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0);
  color: white;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
}

.textGreen{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: rgba(3,42,27,1);
	background: linear-gradient(rgba(60,240,165,.85), rgba(60,240,165,.85));
	margin-left: auto;
	margin-right: auto;	
	width: 60%;
	padding:15px;
	}

.titleGreen {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	color: #075b07;
	background-color: #3cf0a5;
}

.layerGreen {
	position: absolute; 
	top: 80px;  
	left: 200px;
}

@media (max-width: 1500px) {
.text{
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: white;
	background-color: black;
}
.textGreen{
	width: 80%;
	font-size: 11px;

	}
.titleGreen {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #075b07;
	background-color: #3cf0a5;
}
.layerGreen {
	position: absolute; 
	top: 80px; 
	left: 166px;
}	
}
@media (max-width: 480px) {
.text{
	font-family: "Courier New", Courier, monospace;
	font-size: 6px;
	color: white;
	background-color: black;
}	
.textGreen{
	width: 99%;
	}
	
.titleGreen {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #075b07;
	background-color: #3cf0a5;
}	
.layerGreen {
	position: absolute; 
	top: 22px; 
	left: 150px;
}		
}