/* ----------------------------------------
Theme Name: basic
Theme URI: http://www.visual-assault.org/projects/wp_theme-basic/
Description: A totally stripped down and basic WordPress Theme
Version: 1.0
Author: Ron "eclip5e" Adams
Author URI: http://eclip5e.visual-assault.org
Last Modified: 2005.04.21
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */
@import 					url("design/styles/default/screen.css");
@import 					url("design/styles/default/print.css");
body,td,th {
	background #fff;
        position: right;
        padding: 2em;
}
p.dashed {
       border-style: dashed;
}
body {
	background-image:url('');
        background-color:#fff;
        border: medium double #555555;
        border-width: 9px;
         
       
        
}
h1 {
       font-family: helvetica;
       font-size: 200%;
       

}
date{  font-family: arial, helvetica;
       font-size: 80%;
}
h3 {   font-family: arial, helvetica;
       font-size: 150%;
} 
h2, h4 {
       font-family: arial, helvetica;
       font-size: 80%;
}

a:link {
	color: #874aba;
	text-decoration: none;
        border: none;
}
a:visited {
	text-decoration: none;
	color: #FF9999;
}
a:hover {
	text-decoration: underline;
}

