body {background-color: lightskyblue; color : firebrick}

H1, H2, H3 {text-align : center}
H3, H4 {text-transform : uppercase}

HR {width : 50%}

a:link {color : red ; text-decoration : none}
a:visited {color : red ; text-decoration : none}
a:hover {color : red ; text-decoration : underline}

div.list {margin-left : 20%}
div.navbar {background-color: deepskyblue ; float : left ; width : 15%; border : 1px solid white ; padding : 0.5em 5% 0px}
div.main {margin-left : 20% ; margin-right : 20% ; padding-left : 0.5em}
div.skillist p:first-line {font-weight : bold}
div.internal {background-color : darkslategray ; float: right ; width : 15% ;border : 1px solid white ; padding : 0.5em 5% 0px}
div.insert {background-color : silver ; color : darkslategray ; float : right ; border : 1px solid white ; width : 25% ; padding : 0.4em 0.4em 0.4em ; font-family : Arial ; font-size : 75%}
div.insert h5 {text-transform : uppercase ; font-size : 100%}
p.toplink {text-align : center ; text-transform : uppercase ; text-size : 40%}
