@media screen {
html * {
max-width : 100%;
min-width : 0;
}
A:link {
text-decoration : none;
}
A:visited {
text-decoration : none;
}
A:active {
text-decoration : none;
}
A:hover {
font-size : 24px;
font-weight : bold;
color : red;
}
BODY {
margin-right : 40px;
margin-left : 40px;
padding : 0;
font-size : 17px;
color : #000000;
font-family : Arial, Helvetica, Verdana, sans-serif;
font-weight : lighter;
}
a:link {
color : #0000c0;
}
a {
margin : 0 20px;
}
}
a:hover {
color : #8080ff;
font-weight : bold;
}
a:visited {
color : purple;
}
img {
max-width : 100%;
height : auto;
}

