# -*- tcl -*-
# $Id: linuxdoc_title,v 1.2 1998/10/13 08:11:40 tobotras Exp $

rtf:ruleStyle rule_Title {
    Thickness 1mm
}

rtf:paraStyle style_DocTitle "Document title" {
    Font sans
    FontSize 18pt
    Bold 1
    Quadding Left
    SpaceBefore 1mm
    SpaceAfter 1mm
    LeftIndent 2cm
    RightIndent 2cm
    BottomBorder rule_Title
}

rtf:paraStyle style_DocAuthor "Document author" {
    Font roman
    FontSize 16pt
    LeftIndent 2cm
    RightIndent 2cm
    Quadding Left
}

rtf:paraStyle style_DocDate "Document date" -basedon style_DocAuthor {
    FontSize 14pt
}

rtf:sectStyle style_Body "Body section" {
    LeftMargin 3cm
    RightMargin 2cm
    SectionBreak None
}

rtf:paraStyle style_Heading_1 "Heading 1" -basedon style_Default {
    Font sans
    FontSize 16pt
    Bold 1
    Quadding Left
    FirstIndent 0mm
    SpaceBefore 2mm
}
