a {
	text-decoration:none;
	color:#ccc;
}
a:link {
	background: transparent;
}
a:visited {}
a:active {}
a:hover {
	text-decoration:underline;	
}

h1 {
	background:#000;
	color:#fff;
	margin:0em 0% 0em 180px;
	padding:5px;
}
h2 {
	margin:0em 0% 0em 0%;
}
h5 {
	text-decoration:underline;
}

iframe {
	border:none;
	width:170px;
}

img {
	border:none;
}

input {
	margin:1px 0%;
}

p {
	margin:1px;
}

textarea {
	width:100%;
}

.no_dots {
	list-style:none;
	padding:0em 5px 5px 5px;
}

.underline {
	text-decoration:underline;
}