@media screen and (max-width: 480px) 
{
	#contlng a {display: block; margin: 10px}
}
body {font-family: verdana, arial, sans-serif; font-size: 12px; color: white; background-color: black}
h1 {text-align: center; text-shadow: 2px 1px 1px rgba(255, 255, 0, 1); color:red;}
td {font-size: 12px}
a:link {text-decoration: none;color: yellow}
a:active {text-decoration: none;color: red}
a:visited {text-decoration: none;color: #17e92f}
a:hover {text-decoration: underline; color: red}
.cc {text-align: center;}
.ppc {font-size: smaller; text-align: center}
h1 a:link {text-decoration: none;text-shadow: 2px 1px 1px rgba(255, 255, 0, 1); color:red;}
h1 a:active {text-decoration: none;color:red;text-shadow: 2px 1px 1px rgba(255, 255, 0, 1); }
h1 a:visited {text-decoration: none;color:red;text-shadow: 2px 1px 1px rgba(255, 255, 0, 1); }
h1 a:hover {text-decoration: none;color:red;text-shadow: 2px 1px 1px rgba(255, 255, 0, 1); }
