/*
  Well, we'll begin with credits :P
  This website is made by
  Remco van der Veen
  Rem3D.nl
  (C) 2007 - All rights reserved.
*/

/*
  All picturebackgrounds.
*/
/* Menu first */
td.menu {background-image: url('imgs/menu1.jpg');}
td.menup{background-image: url('imgs/menu2.jpg');}
/* Sidebars */
td.side {background-image: url('imgs/side1.jpg');}
td.sidep{background-image: url('imgs/side2.jpg');}
/* Bottom */
td.bottom{background-image: url('imgs/bottom2.jpg');}
/* Logo (?) */
td.logo {background-image: url('imgs/logo1.jpg');}
/* tabel-body */
/* table.inbody {background-image: url('imgs/0017.jpg');}
/*

   Textparts of the website
*/
/* Body */
td.body{
	font-family: Bell MT, Times New Roman;
	font-size: 14;
}
/* Menu */
a.notbody{
	text-decoration: none;
	color: #000000;
}
a{
	text-decoration: underline;
	color: blue;
}

td.menu{
	font-family: Perpetua Titling MT, Trebuchet MS, Arial;
	font-size: 12;
        font-weight: bold;
	color: #ffff00;
	text-decoration: none;
}
td.menup{
	font-family: Perpetua Titling MT, Trebuchet MS, Arial;
	font-size: 12;
	color: #ffff00;
}
/* Sidebars; comments of users */
td.side{
	font-family: Lucida Handwriting;
	font-size: 12;
	color: #ffff00;
}
td.sidep{
	font-family: Trebuchet MS, Arial;
	font-size: 12;
	color: #ffff00;
}
/* Bottom */
td.bottom{
	font-family: Perpetua Titling MT, Trebuchet MS, Arial;
	font-size: 12;
	color: #ffffff;
}
/* Whole website */
table.in{
	border-style: none;
	background-color: #ffffff; 
}

/* Adding more later. */


