@charset "utf-8";

/* styles for title pages on mullan.net */

/* author Ray Mullan (www.mullan.net) */

/* TOC:
   Structure
   Links 
   Classes */

@import url('basic.css');

/* Structure */

body {background: #660000;
 color: #FFFFFF;
 font-weight: bold;
 letter-spacing: 0.01em;}

div div + div div + div p, div div {background: url('img/dt3.gif') #330000 bottom repeat-x;}

div div + div div {background: url('img/dt4.gif') #330000 right repeat-y;}

div div + div img {border: #CCFFCC solid 1px;}

div div + div + div p, ul {background-image: url('img/dt3.gif');}

h1 {background-image: url('img/dt3.gif');
 color: #CCCC99;}

strong, ul li:before {color: #CCCC00;}

/* Links */

a:link, a:visited, a:active, a:hover {color: #CCFFCC;
 text-decoration: none;
 padding: 0.1em 0.4em 0.2em 0.4em;}

a:visited {color: #CCCC99;}

a:active, a:hover {background: #CCCC99; color: #330000;}