STILMALLARNA.
Oj vad bra det är med stilmallar!
Här är dessa sidors.

Ladda ner en: Om du vill ha en bra mall att jobba med så klicka på den konstiga texten.

<LINK> ?=LINK[Style]

Om stilmallar:
Funkar totalt fr o m IE & NN 4.0.
Filtillägg: .css
Det står för Cascading Style Sheets.
Används för att ändra alla preformaterade taggar som text <PRE>.

Länkas i HTML på detta vis:
<LINK HREF="mina_stylesheets /det_vanligaste.css" REL="Stylesheet">

Stilmall 1:
body {
	background-color: #ffffff;
}
FONT {
 	font-face: verdana, geneva, arial; 
	font-family: verdana, geneva, arial; 
	font-size: xx-small ;
	color: #000000;
	line-height: 2;
	width:200;
}
INPUT {
 	font-face: verdana, geneva, arial; 
	font-family: verdana, geneva, arial; 
	font-size: xx-small ;
	color: #000000;
}
TEXTAREA {
 	font-face: verdana, geneva, arial; 
	font-family: verdana, geneva, arial; 
	font-size: xx-small ; 
	font-style: none;
	font-align: justify ; 
	color: #000000;
}

TT   {
 	font-face: verdana, geneva, arial; 
	font-family: verdana, geneva, arial; 
	font-size: xx-small ;
	color: #000000;
	width:200;
}

A	  {color:#993333; cursor:hand; }
A:link    {color:#993333; text-decoration: none;}
A:visited {color:#993333; text-decoration: none;}
A:hover   {color:#000000; text-decoration:underline;}
A:active  {color:#993333; text-decoration: none;}

td {
 	font-face: verdana, geneva, arial;
	font-family: verdana, geneva, arial;
	font-size: xx-small ;
	font-align: justify ;
	color: #000000;
	line-height: 15 px;
	width:200;
 }

Stilmall 2:

body {
	leftmargin:0;
	topmargin:0;
	bottommargin:0;
	rigthmargin:0;
	text-transform: none;
	text-decoration: none;
	background-color: #E15B00;
}
FONT {
 	font-face: verdana, geneva, arial; 
	font-family: verdana, geneva, arial; 
	font-size: xx-small ; 
	font-style: none;
	font-align: justify ; 
	color: #000000;
	line-height: 2;
	width:200;
}
TT   {
 	font-face: verdana, geneva, arial; 
	font-family: verdana, geneva, arial; 
	font-size: xx-small ; 
	font-style: bold;
	font-weight: bold;
	text-decoration: bold;
	color: #000000;
	width:200;
}
	A	{color:#ffffff; cursor:hand; }
	A:link {color:#ffffff; text-decoration: none;}
	A:visited {color:#ffffff; text-decoration: none;}
	A:hover {color:#000000; text-decoration: bold;}
	A:active {color:#ffffff; text-decoration: none;}