﻿.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.hello {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 30px;
	color: #ef4023;
}
.text {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 14px;
	color: #737477;
}
.contact {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 15px;
	color: #737477;
}

.link {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 15px;
	color: #737477;
	text-decoration: none;
}
a:hover {
	color: #ef4023;
	text-decoration: underline;
}
a:visited {
    color: #737477;
    text-decoration: none;
}

a:active {
	color: #737477;
	text-decoration: none;
}
iframe {
    width: 100%;
    height:350px;
    border: none; 
    overflow: hidden;
}