You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
740 B
22 lines
740 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Letterhead (negative margin)</title>
|
|
<style type="text/css">
|
|
body { background-color: white; margin: 0; }
|
|
.name { margin-right: 10%; font-family: Arial; font-size: 13pt; font-weight: bold; font-style: italic; text-align: right; margin-top: 60pt; }
|
|
.line { width: 80%; text-align: center; margin-top: -6pt; }
|
|
.addr { margin-right: 10%; font-family: Georgia; font-size: 7pt; font-style: italic; text-align: right; margin-top: -6pt; }
|
|
</style>
|
|
</head>
|
|
|
|
<body
|
|
<div class="name">Bullseye Computing Services
|
|
</div>
|
|
<hr class="line">
|
|
<div class="addr">6740 Henredon Drive, Memphis, Tennessee 38141
|
|
</div>
|
|
<div>  
|
|
</div>
|
|
</body>
|
|
</html>
|