1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head>
<style type="text/css">
a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #444499;
	text-decoration: none;
}
a:link{
	color: #FFFFFF;
	text-decoration: none;
}
</style>
</head>
<body background="../../img/links1.jpg">
<a href="../frame/main.htm" target="fhaupt">Hauptseite</a>
<a href="../frame/about.htm" target="fhaupt">Über Stranded 2</a>
<a href="../frame/modd.htm" target="fhaupt">Das Modden</a>
<a href="main.htm" target="fhaupt"></a>
<a href="main.htm" target="fhaupt"></a>
</body>
</html>