/* Initial universal colors */

* {background-color: white !important; color: black !important;}
* {border-color: black !important}

/* Links */

a {text-decoration: none ! important}
a:link {color: #0705a7 !important;}
a:visited {color: gray !important;}
a:hover {text-decoration: underline !important}
a:active, a:focus {background-color: black !important; color: white !important}
a {border: none !important;}

/* Designing */

body {padding: 2em !important;}

* {font-family: verdana !important; font-size: 13px !important;}

h1 {font-size: 20px !important;}
h2 {font-size: 18px !important;}
h3 {font-size: 16px !important;}
h4, h5, h6 {font-size: 15px !important;}

/* Kill Stuff */

	/* Images */

img { display: none !important ;}
* {background-image: none !important; }

	/* Flash, Media, Java, etc. */

embed, object {display: none !important;}

/* Uncomment desired rules */

/*
* {float: none !important;}
*/