Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
a {
color: #003366;
}

div.usermessage {
background-color:#F0F0F0;
background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Exquisite-Modem.png/60px-Exquisite-Modem.png') no-repeat left;
color:#444444;
border:4px dotted #DFDFDF;
text-shadow:gray 0.3em 0.2em 0.2em;
font-size:32px;
text-align:center;
margin-top:-14px;
}

div.usermessage a:hover {
color:#20609F !important;
}

#p-logo  a
{ background-image: url('http://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Wikipedia-logo-bolder2.svg/135px-Wikipedia-logo-bolder2.svg.png') !important;
}

#p-cactions ul
{
overflow:visible;
}
 
#p-cactions li
{
border: 2px solid lightgrey;
position: relative;
float: left;
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}

div.pBody {
-moz-border-radius-topright:0.5em;
-moz-border-radius-bottomright:0.5em;
}
 
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
border:1px solid #AAAAAA;
}
 
#footer {
-moz-border-radius: 6px;
border:1px solid #fabd23;
}

input[type="submit"] {
background-color: #f9f9f9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #aaa;
}

input[type="submit"]:hover, input[type="submit"]:focus {background-color: lightgray !important; !important; color: #000 !important; cursor: pointer !important;}