/* generall.css */
/* (C) 2004 DigitPaint, Flurin Egger. All Rights Reserved.             */

/* Import styles which NN4 can't display, this also prohibits IE4 from seeing them, which is allright. */
@import 'undohtml.css';
@import 'soph.css';
@import 'typography.css';
@import 'navigation.css';
@import 'boxes.css';
@import 'test.css';

/* These styles apply to all CSS capable browsers */
body{
	font-family: verdana,helvetica,arial,sans;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none; }

a:link{
	color: #930000;
	border-bottom: 1px dotted #930000;
}

a:visited{
	color: #937d7d;
	border-bottom: 1px dotted #937d7d;	
}
a:hover{
	color: #f90000;
	border-bottom: 1px dotted #f90000;		
}
a:active{
	color: #f90000;
	border-bottom: 1px dotted #f90000;
}

img.right{
	float: right;
}

img.right,
img.left{
	margin: 3px;
}

.fillbox,
.linebox,
.footerbox{
	font-size: 62.5%;
}
.footerbox{
	line-height: 1.4;
}
#footer {
	font-size: 62.5%;
}
.copyright{
	border-bottom: 0px;
	color: #7a7a7a;
}
.formerror{
	color: #ff0000;
}