/* ----------------------------------------
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

old color c6009a;
/images/ps-grid.jpg
---------------------------------------- */
@import 					url("design/styles/default/screen.css");
@import 					url("design/styles/default/print.css");

body {

font-size: 12pt;
font-family: helvetica;
background-image:
url('/images/ps-grid.jpg');

border-color:
border-style:
border-width:
padding:

}
h1 {
       font-family: times new roman;
       font-size: 200%;
}
date{  font-family: helvetica;
       font-size: 10pt;
}
h3 {   font-family: helvetica;
       font-size: 20pt;
} 
h2, h4 {
       font-family: helvetica;
       font-size: 12pt;
}
hfeed {font-family: helvetica;
       font-size: 75%;
}

a:link {
	color: #80085;
	text-decoration: none;
        border: 0;
}
a:visited {
	text-decoration: none;
	color: #80085;
        border: 0;
}
a:hover {
	text-decoration: overline;
        border: 0;
}
a:active {
	text-decoration: none;
        border: 0;
}
