/* DESKTOP AND MOBILE. */
body {
font-family:"Verdana";
color:white;
background-color:black;
text-align:center;
}
  
form {
margin-left:auto;
margin-right:auto;
width:150px;
float:middle;
}

hr  {
color: DimGray;
top:150px;
width:50%;
}

a:link {color:GoldenRod;}
a:active {color:GoldenRod;}
a:visited {color:GoldenRod;}
a:hover {color:GoldenRod;}

a.nav_link:link {text-decoration:none; color:white;}
a.nav_link:active {color:white;}
a.nav_link:visited {color:white;}
a.nav_link:hover{text-decoration:underline; color:white;}

h3 {
text-decoration:underline;
}

/*
IE doesn't like "word-break" on <a> tags or just a class value,
hence circuventing by doing it on "div.break".
*/
div .break {
word-break:break-all;
}

div {
padding-left:2px;
padding-right:2px;
}